#1C76EF

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

Shades of Dodger Blue #1C76EF

Tints of Dodger Blue #1C76EF

Color information

#1C76EF (or 0x1C76EF) is unknown color: approx Dodger Blue. HEX triplet: 1C, 76 and EF. RGB value is (28,118,239). Sum of RGB (Red+Green+Blue) = 28+118+239=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C76EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C76EF is #E38910. Grayscale: #686868. Windows color (decimal): -14911761 or 15693340. OLE color: 15693340.

HSL color Cylindrical-coordinate representation of color #1C76EF: hue angle of 214.41º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C76EF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB28118239-
CMYK0.880.5100.06
HSL214.41º86.83%52.35%-
HSV(B)214.41º88.28%93.73%-
XYZ22.5419.4484.22-
YUV104.88203.6873.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.27%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 239 (93.75% from 255) = 62.08%
R=7.27%
G=30.65%
B=62.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal281182390.880.5100.06214.4186.8352.35
Hex1C76EF583306d65734
Octal34166357130630632612764
Binary1110011101101110111110110001100110110110101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C76EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,118,239); }

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

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

 a { background-color: rgb(28,118,239); }

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

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

 span { border-color: rgb(28,118,239); }

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