Html Css Color HEX #1572EF Dodger Blue

📋 copy color: '#1572EF'

red 21 ◦ green 114 ◦ blue 239

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

Shades of Dodger Blue #1572EF

Tints of Dodger Blue #1572EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 5.61%
G = 30.48%
B = 63.9%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1572EF (or 0x1572EF) is known color: Dodger Blue. HEX triplet: 15, 72 and EF. RGB value is (21,114,239). Sum of RGB (Red+Green+Blue) = 21+114+239=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #1572EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572EF is #EA8D10. Grayscale: #636363. Windows color (decimal): -15371537 or 15692309. OLE color: 15692309.

HSL color Cylindrical-coordinate representation of color #1572EF: hue angle of 214.4º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1572EF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 114 239 -
CMYK 0.91 0.52 0 0.06
HSL 214.4º 0.87% 0.51% -
HSV(B) 214.4º 0.91% 0.94% -
XYZ 21.91 18.43 84.06 -
YUV 100.44 206.19 71.34 -
System Red Green Blue C M Y K H S L
Decimal 21 114 239 0.91 0.52 0 0.06 214.4 0.87 0.51
Hex 15 72 EF 5B 34 0 6 D6 57 33
Octal 25 162 357 133 64 0 6 326 127 63
Binary 10101 1110010 11101111 1011011 110100 0 110 11010110 1010111 110011

Color Harmonies of #1572EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572EF

Black with #1572EF

Text Example


Text Example

White with #1572EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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