Html Css Color HEX #1C76EF Dodger Blue

📋 copy color: '#1C76EF'

red 28 ◦ green 118 ◦ blue 239

#1C76EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1C76EF

Tints of Dodger Blue #1C76EF

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 value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C76EF (or 0x1C76EF) is known color: 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

RGB 28 118 239 -
CMYK 0.88 0.51 0 0.06
HSL 214.41º 0.87% 0.52% -
HSV(B) 214.41º 0.88% 0.94% -
XYZ 22.54 19.44 84.22 -
YUV 104.88 203.68 73.16 -
System Red Green Blue C M Y K H S L
Decimal 28 118 239 0.88 0.51 0 0.06 214.41 0.87 0.52
Hex 1C 76 EF 58 33 0 6 D6 57 34
Octal 34 166 357 130 63 0 6 326 127 64
Binary 11100 1110110 11101111 1011000 110011 0 110 11010110 1010111 110100

Color Harmonies of #1C76EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C76EF

Black with #1C76EF

Text Example


Text Example

White with #1C76EF

Text Example


Text Example

HTML Codes & Css Web 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>