Html Css Color HEX #1579EA Dodger Blue

📋 copy color: '#1579EA'

red 21 ◦ green 121 ◦ blue 234

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

Shades of Dodger Blue #1579EA

Tints of Dodger Blue #1579EA

RGB

 RED value IS 21 (8.59% from 255) = 5.59%

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 5.59%
G = 32.18%
B = 62.23%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1579EA (or 0x1579EA) is known color: Dodger Blue. HEX triplet: 15, 79 and EA. RGB value is (21,121,234). Sum of RGB (Red+Green+Blue) = 21+121+234=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #1579EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1579EA is #EA8615. Grayscale: #676767. Windows color (decimal): -15369750 or 15366421. OLE color: 15366421.

HSL color Cylindrical-coordinate representation of color #1579EA: hue angle of 211.83º 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 #1579EA is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 121 234 -
CMYK 0.91 0.48 0 0.08
HSL 211.83º 0.84% 0.5% -
HSV(B) 211.83º 0.91% 0.92% -
XYZ 22 19.77 80.5 -
YUV 103.98 201.37 68.81 -
System Red Green Blue C M Y K H S L
Decimal 21 121 234 0.91 0.48 0 0.08 211.83 0.84 0.5
Hex 15 79 EA 5B 30 0 8 D4 54 32
Octal 25 171 352 133 60 0 10 324 124 62
Binary 10101 1111001 11101010 1011011 110000 0 1000 11010100 1010100 110010

Color Harmonies of #1579EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1579EA

Black with #1579EA

Text Example


Text Example

White with #1579EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1579EA; }

 p { color: rgb(21,121,234); }

 H1.HeaderClassName
 {
   color: #1579EA;
 }
 .AnyTagClassName
 {
   color: #1579EA;
 }
</style>

background-color css

<style>
 a { background-color: #1579EA; }

 a { background-color: rgb(21,121,234); }

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

border-color css

<style>
 span { border-color: #1579EA; }

 span { border-color: rgb(21,121,234); }

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