Html Css Color HEX #1576EA Dodger Blue

📋 copy color: '#1576EA'

red 21 ◦ green 118 ◦ blue 234

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

Shades of Dodger Blue #1576EA

Tints of Dodger Blue #1576EA

RGB

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

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

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

R = 5.63%
G = 31.64%
B = 62.73%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1576EA (or 0x1576EA) is known color: Dodger Blue. HEX triplet: 15, 76 and EA. RGB value is (21,118,234). Sum of RGB (Red+Green+Blue) = 21+118+234=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #1576EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1576EA is #EA8915. Grayscale: #656565. Windows color (decimal): -15370518 or 15365653. OLE color: 15365653.

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

Color convert

RGB 21 118 234 -
CMYK 0.91 0.50 0 0.08
HSL 212.68º 0.84% 0.5% -
HSV(B) 212.68º 0.91% 0.92% -
XYZ 21.64 19.06 80.38 -
YUV 102.22 202.36 70.07 -
System Red Green Blue C M Y K H S L
Decimal 21 118 234 0.91 0.50 0 0.08 212.68 0.84 0.5
Hex 15 76 EA 5B 32 0 8 D5 54 32
Octal 25 166 352 133 62 0 10 325 124 62
Binary 10101 1110110 11101010 1011011 110010 0 1000 11010101 1010100 110010

Color Harmonies of #1576EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1576EA

Black with #1576EA

Text Example


Text Example

White with #1576EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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