#1C7DE0

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

Shades of Dodger Blue #1C7DE0

Tints of Dodger Blue #1C7DE0

Color information

#1C7DE0 (or 0x1C7DE0) is unknown color: approx Dodger Blue. HEX triplet: 1C, 7D and E0. RGB value is (28,125,224). Sum of RGB (Red+Green+Blue) = 28+125+224=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C7DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7DE0 is #E3821F. Grayscale: #6A6A6A. Windows color (decimal): -14909984 or 14712092. OLE color: 14712092.

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

Color convert

RGB28125224-
CMYK0.880.4400.12
HSL210.31º77.78%49.41%-
HSV(B)210.31º87.5%87.84%-
XYZ21.2720.373.32-
YUV107.28193.8671.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.43%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 224 (87.89% from 255) = 59.42%
R=7.43%
G=33.16%
B=59.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal281252240.880.4400.12210.3177.7849.41
Hex1C7DE0582C0Cd24e31
Octal341753401305401432211661
Binary11100111110111100000101100010110001100110100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,125,224); }

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

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

 a { background-color: rgb(28,125,224); }

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

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

 span { border-color: rgb(28,125,224); }

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