#1C7EDD

Color #1C7EDD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1C7EDD

Tints of Dodger Blue #1C7EDD

Color information

#1C7EDD (or 0x1C7EDD) is unknown color: approx Dodger Blue. HEX triplet: 1C, 7E and DD. RGB value is (28,126,221). Sum of RGB (Red+Green+Blue) = 28+126+221=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C7EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7EDD is #E38122. Grayscale: #6B6B6B. Windows color (decimal): -14909731 or 14515740. OLE color: 14515740.

HSL color Cylindrical-coordinate representation of color #1C7EDD: hue angle of 209.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C7EDD is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28126221-
CMYK0.870.4300.13
HSL209.53º77.51%48.82%-
HSV(B)209.53º87.33%86.67%-
XYZ20.9920.3971.24-
YUV107.53192.0371.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 7.47%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=7.47%
G=33.6%
B=58.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281262210.870.4300.13209.5377.5148.82
Hex1C7EDD572B0Dd24e31
Octal341763351275301532211661
Binary11100111111011011101101011110101101101110100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7EDD; }

 p { color: rgb(28,126,221); }

 H1.HeaderClassName
 {
   color: #1C7EDD;
 }
 .AnyTagClassName
 {
   color: #1C7EDD;
 }
</style>
background-color css

<style>
 a { background-color: #1C7EDD; }

 a { background-color: rgb(28,126,221); }

 div.DivClassName
 {
   background-color: #1C7EDD;
 }
 .BgClassName
 {
   background-color: #1C7EDD;
 }
</style>
border-color css

<style>
 span { border-color: #1C7EDD; }

 span { border-color: rgb(28,126,221); }

 td.TdClassName
 {
   border-color: #1C7EDD;
 }
 .TagClassName
 {
   border-color: #1C7EDD;
 }
</style>