Html Css Color HEX #1572EA Dodger Blue

📋 copy color: '#1572EA'

red 21 ◦ green 114 ◦ blue 234

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

Shades of Dodger Blue #1572EA

Tints of Dodger Blue #1572EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

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

R = 5.69%
G = 30.89%
B = 63.41%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1572EA (or 0x1572EA) is known color: Dodger Blue. HEX triplet: 15, 72 and EA. RGB value is (21,114,234). Sum of RGB (Red+Green+Blue) = 21+114+234=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #1572EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572EA is #EA8D15. Grayscale: #636363. Windows color (decimal): -15371542 or 15364629. OLE color: 15364629.

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

Color convert

RGB 21 114 234 -
CMYK 0.91 0.51 0 0.08
HSL 213.8º 0.84% 0.5% -
HSV(B) 213.8º 0.91% 0.92% -
XYZ 21.18 18.13 80.23 -
YUV 99.87 203.69 71.74 -
System Red Green Blue C M Y K H S L
Decimal 21 114 234 0.91 0.51 0 0.08 213.8 0.84 0.5
Hex 15 72 EA 5B 33 0 8 D6 54 32
Octal 25 162 352 133 63 0 10 326 124 62
Binary 10101 1110010 11101010 1011011 110011 0 1000 11010110 1010100 110010

Color Harmonies of #1572EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572EA

Black with #1572EA

Text Example


Text Example

White with #1572EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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