Html Css Color HEX #1477FF Dodger Blue

📋 copy color: '#1477FF'

red 20 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #1477FF

Tints of Dodger Blue #1477FF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

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

R = 5.08%
G = 30.2%
B = 64.72%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1477FF (or 0x1477FF) is known color: Dodger Blue. HEX triplet: 14, 77 and FF. RGB value is (20,119,255). Sum of RGB (Red+Green+Blue) = 20+119+255=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #1477FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1477FF is #EB8800. Grayscale: #686868. Windows color (decimal): -15435777 or 16742164. OLE color: 16742164.

HSL color Cylindrical-coordinate representation of color #1477FF: hue angle of 214.72º 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 #1477FF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 119 255 -
CMYK 0.92 0.53 0 0
HSL 214.72º 1% 0.54% -
HSV(B) 214.72º 0.92% 1% -
XYZ 24.94 20.56 97.26 -
YUV 104.9 212.7 67.44 -
System Red Green Blue C M Y K H S L
Decimal 20 119 255 0.92 0.53 0 0 214.72 1 0.54
Hex 14 77 FF 5C 35 0 0 D7 64 36
Octal 24 167 377 134 65 0 0 327 144 66
Binary 10100 1110111 11111111 1011100 110101 0 0 11010111 1100100 110110

Color Harmonies of #1477FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477FF

Black with #1477FF

Text Example


Text Example

White with #1477FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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