Shades of Dodger Blue #1572FB
Tints of Dodger Blue #1572FB
RGB
CMYK
RGB Variations
Color information
#1572FB (or 0x1572FB) is known color: Dodger Blue. HEX triplet: 15, 72 and FB. RGB value is (21,114,251). Sum of RGB (Red+Green+Blue) = 21+114+251=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #1572FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1572FB is #EA8D04. Grayscale: #656565. Windows color (decimal): -15371525 or 16478741. OLE color: 16478741.
HSL color Cylindrical-coordinate representation of color #1572FB: hue angle of 215.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1572FB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 114 | 251 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.02 |
| HSL | 215.74º | 0.97% | 0.53% | - |
| HSV(B) | 215.74º | 0.92% | 0.98% | - |
| XYZ | 23.74 | 19.16 | 93.71 | - |
| YUV | 101.81 | 212.19 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 251 | 0.92 | 0.55 | 0 | 0.02 | 215.74 | 0.97 | 0.53 |
| Hex | 15 | 72 | FB | 5C | 37 | 0 | 2 | D8 | 61 | 35 |
| Octal | 25 | 162 | 373 | 134 | 67 | 0 | 2 | 330 | 141 | 65 |
| Binary | 10101 | 1110010 | 11111011 | 1011100 | 110111 | 0 | 10 | 11011000 | 1100001 | 110101 |
Color Harmonies of #1572FB
Complementary color
Monochromatic Colors of #1572FB
Black with #1572FB
Text Example
Text Example
White with #1572FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572FB; }
p { color: rgb(21,114,251); }
H1.HeaderClassName
{
color: #1572FB;
}
.AnyTagClassName
{
color: #1572FB;
}
</style>
background-color css
<style>
a { background-color: #1572FB; }
a { background-color: rgb(21,114,251); }
div.DivClassName
{
background-color: #1572FB;
}
.BgClassName
{
background-color: #1572FB;
}
</style>
border-color css
<style>
span { border-color: #1572FB; }
span { border-color: rgb(21,114,251); }
td.TdClassName
{
border-color: #1572FB;
}
.TagClassName
{
border-color: #1572FB;
}
</style>