Html Css Color HEX #1572EB Dodger Blue

📋 copy color: '#1572EB'

red 21 ◦ green 114 ◦ blue 235

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

Shades of Dodger Blue #1572EB

Tints of Dodger Blue #1572EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.51%

R = 5.68%
G = 30.81%
B = 63.51%

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

#1572EB (or 0x1572EB) is known color: Dodger Blue. HEX triplet: 15, 72 and EB. RGB value is (21,114,235). Sum of RGB (Red+Green+Blue) = 21+114+235=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #1572EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572EB is #EA8D14. Grayscale: #636363. Windows color (decimal): -15371541 or 15430165. OLE color: 15430165.

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

Color convert

RGB 21 114 235 -
CMYK 0.91 0.51 0 0.08
HSL 213.93º 0.84% 0.5% -
HSV(B) 213.93º 0.91% 0.92% -
XYZ 21.32 18.19 80.98 -
YUV 99.99 204.19 71.66 -
System Red Green Blue C M Y K H S L
Decimal 21 114 235 0.91 0.51 0 0.08 213.93 0.84 0.5
Hex 15 72 EB 5B 33 0 8 D6 54 32
Octal 25 162 353 133 63 0 10 326 124 62
Binary 10101 1110010 11101011 1011011 110011 0 1000 11010110 1010100 110010

Color Harmonies of #1572EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572EB

Black with #1572EB

Text Example


Text Example

White with #1572EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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