Html Css Color HEX #1476EF Dodger Blue

📋 copy color: '#1476EF'

red 20 ◦ green 118 ◦ blue 239

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

Shades of Dodger Blue #1476EF

Tints of Dodger Blue #1476EF

RGB

 RED value IS 20 (8.2% from 255) = 5.31%

 GREEN value IS 118 (46.48% from 255) = 31.3%

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 5.31%
G = 31.3%
B = 63.4%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1476EF (or 0x1476EF) is known color: Dodger Blue. HEX triplet: 14, 76 and EF. RGB value is (20,118,239). Sum of RGB (Red+Green+Blue) = 20+118+239=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #1476EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1476EF is #EB8910. Grayscale: #656565. Windows color (decimal): -15436049 or 15693332. OLE color: 15693332.

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

Color convert

RGB 20 118 239 -
CMYK 0.92 0.51 0 0.06
HSL 213.15º 0.87% 0.51% -
HSV(B) 213.15º 0.92% 0.94% -
XYZ 22.35 19.34 84.22 -
YUV 102.49 205.03 69.16 -
System Red Green Blue C M Y K H S L
Decimal 20 118 239 0.92 0.51 0 0.06 213.15 0.87 0.51
Hex 14 76 EF 5C 33 0 6 D5 57 33
Octal 24 166 357 134 63 0 6 325 127 63
Binary 10100 1110110 11101111 1011100 110011 0 110 11010101 1010111 110011

Color Harmonies of #1476EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476EF

Black with #1476EF

Text Example


Text Example

White with #1476EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1476EF; }

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

 H1.HeaderClassName
 {
   color: #1476EF;
 }
 .AnyTagClassName
 {
   color: #1476EF;
 }
</style>

background-color css

<style>
 a { background-color: #1476EF; }

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

 div.DivClassName
 {
   background-color: #1476EF;
 }
 .BgClassName
 {
   background-color: #1476EF;
 }
</style>

border-color css

<style>
 span { border-color: #1476EF; }

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

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