Html Css Color HEX #1477EB Dodger Blue

📋 copy color: '#1477EB'

red 20 ◦ green 119 ◦ blue 235

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

Shades of Dodger Blue #1477EB

Tints of Dodger Blue #1477EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 5.35%
G = 31.82%
B = 62.83%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1477EB (or 0x1477EB) is known color: Dodger Blue. HEX triplet: 14, 77 and EB. RGB value is (20,119,235). Sum of RGB (Red+Green+Blue) = 20+119+235=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #1477EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1477EB is #EB8814. Grayscale: #666666. Windows color (decimal): -15435797 or 15431444. OLE color: 15431444.

HSL color Cylindrical-coordinate representation of color #1477EB: hue angle of 212.37º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1477EB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 119 235 -
CMYK 0.91 0.49 0 0.08
HSL 212.37º 0.84% 0.5% -
HSV(B) 212.37º 0.91% 0.92% -
XYZ 21.88 19.34 81.18 -
YUV 102.62 202.7 69.07 -
System Red Green Blue C M Y K H S L
Decimal 20 119 235 0.91 0.49 0 0.08 212.37 0.84 0.5
Hex 14 77 EB 5B 31 0 8 D4 54 32
Octal 24 167 353 133 61 0 10 324 124 62
Binary 10100 1110111 11101011 1011011 110001 0 1000 11010100 1010100 110010

Color Harmonies of #1477EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477EB

Black with #1477EB

Text Example


Text Example

White with #1477EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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