Html Css Color HEX #1476FF Dodger Blue

📋 copy color: '#1476FF'

red 20 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #1476FF

Tints of Dodger Blue #1476FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.89%

R = 5.09%
G = 30.03%
B = 64.89%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1476FF (or 0x1476FF) is known color: Dodger Blue. HEX triplet: 14, 76 and FF. RGB value is (20,118,255). Sum of RGB (Red+Green+Blue) = 20+118+255=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1476FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1476FF is #EB8900. Grayscale: #676767. Windows color (decimal): -15436033 or 16741908. OLE color: 16741908.

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

Color convert

RGB 20 118 255 -
CMYK 0.92 0.54 0 0
HSL 214.98º 1% 0.54% -
HSV(B) 214.98º 0.92% 1% -
XYZ 24.82 20.33 97.22 -
YUV 104.32 213.03 67.86 -
System Red Green Blue C M Y K H S L
Decimal 20 118 255 0.92 0.54 0 0 214.98 1 0.54
Hex 14 76 FF 5C 36 0 0 D7 64 36
Octal 24 166 377 134 66 0 0 327 144 66
Binary 10100 1110110 11111111 1011100 110110 0 0 11010111 1100100 110110

Color Harmonies of #1476FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476FF

Black with #1476FF

Text Example


Text Example

White with #1476FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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