Html Css Color HEX #1572EC Dodger Blue

📋 copy color: '#1572EC'

red 21 ◦ green 114 ◦ blue 236

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

Shades of Dodger Blue #1572EC

Tints of Dodger Blue #1572EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.61%

R = 5.66%
G = 30.73%
B = 63.61%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1572EC (or 0x1572EC) is known color: Dodger Blue. HEX triplet: 15, 72 and EC. RGB value is (21,114,236). Sum of RGB (Red+Green+Blue) = 21+114+236=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #1572EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572EC is #EA8D13. Grayscale: #636363. Windows color (decimal): -15371540 or 15495701. OLE color: 15495701.

HSL color Cylindrical-coordinate representation of color #1572EC: hue angle of 214.05º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1572EC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 114 236 -
CMYK 0.91 0.52 0 0.07
HSL 214.05º 0.85% 0.5% -
HSV(B) 214.05º 0.91% 0.93% -
XYZ 21.47 18.25 81.75 -
YUV 100.1 204.69 71.58 -
System Red Green Blue C M Y K H S L
Decimal 21 114 236 0.91 0.52 0 0.07 214.05 0.85 0.5
Hex 15 72 EC 5B 34 0 7 D6 55 32
Octal 25 162 354 133 64 0 7 326 125 62
Binary 10101 1110010 11101100 1011011 110100 0 111 11010110 1010101 110010

Color Harmonies of #1572EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572EC

Black with #1572EC

Text Example


Text Example

White with #1572EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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