#1c7adf

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

Shades of Dodger Blue #1C7ADF

Tints of Dodger Blue #1C7ADF

Color information

#1C7ADF (or 0x1C7ADF) is unknown color: approx Dodger Blue. HEX triplet: 1C, 7A and DF. RGB value is (28,122,223). Sum of RGB (Red+Green+Blue) = 28+122+223=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C7ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7ADF is #E38520. Grayscale: #686868. Windows color (decimal): -14910753 or 14645788. OLE color: 14645788.

HSL color Cylindrical-coordinate representation of color #1C7ADF: hue angle of 211.08º 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 #1C7ADF is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28122223-
CMYK0.870.4500.13
HSL211.08º77.69%49.22%-
HSV(B)211.08º87.44%87.45%-
XYZ20.7619.4972.48-
YUV105.41194.3672.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.51%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 223 (87.5% from 255) = 59.79%
R=7.51%
G=32.71%
B=59.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal281222230.870.4500.13211.0877.6949.22
Hex1C7ADF572D0Dd34e31
Octal341723371275501532311661
Binary11100111101011011111101011110110101101110100111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,122,223); }

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

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

 a { background-color: rgb(28,122,223); }

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

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

 span { border-color: rgb(28,122,223); }

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