Html Css Color HEX #1572FF Dodger Blue

📋 copy color: '#1572FF'

red 21 ◦ green 114 ◦ blue 255

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

Shades of Dodger Blue #1572FF

Tints of Dodger Blue #1572FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.38%

R = 5.38%
G = 29.23%
B = 65.38%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1572FF (or 0x1572FF) is known color: Dodger Blue. HEX triplet: 15, 72 and FF. RGB value is (21,114,255). Sum of RGB (Red+Green+Blue) = 21+114+255=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #1572FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572FF is #EA8D00. Grayscale: #656565. Windows color (decimal): -15371521 or 16740885. OLE color: 16740885.

HSL color Cylindrical-coordinate representation of color #1572FF: hue angle of 216.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1572FF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 114 255 -
CMYK 0.92 0.55 0 0
HSL 216.15º 1% 0.54% -
HSV(B) 216.15º 0.92% 1% -
XYZ 24.38 19.41 97.07 -
YUV 102.27 214.19 70.04 -
System Red Green Blue C M Y K H S L
Decimal 21 114 255 0.92 0.55 0 0 216.15 1 0.54
Hex 15 72 FF 5C 37 0 0 D8 64 36
Octal 25 162 377 134 67 0 0 330 144 66
Binary 10101 1110010 11111111 1011100 110111 0 0 11011000 1100100 110110

Color Harmonies of #1572FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572FF

Black with #1572FF

Text Example


Text Example

White with #1572FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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