Shades of Dodger Blue #1872FB
Tints of Dodger Blue #1872FB
RGB
CMYK
RGB Variations
Color information
#1872FB (or 0x1872FB) is known color: Dodger Blue. HEX triplet: 18, 72 and FB. RGB value is (24,114,251). Sum of RGB (Red+Green+Blue) = 24+114+251=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #1872FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1872FB is #E78D04. Grayscale: #666666. Windows color (decimal): -15174917 or 16478744. OLE color: 16478744.
HSL color Cylindrical-coordinate representation of color #1872FB: hue angle of 216.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1872FB is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 114 | 251 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.02 |
| HSL | 216.21º | 0.97% | 0.54% | - |
| HSV(B) | 216.21º | 0.9% | 0.98% | - |
| XYZ | 23.81 | 19.19 | 93.72 | - |
| YUV | 102.71 | 211.68 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 251 | 0.90 | 0.55 | 0 | 0.02 | 216.21 | 0.97 | 0.54 |
| Hex | 18 | 72 | FB | 5A | 37 | 0 | 2 | D8 | 61 | 36 |
| Octal | 30 | 162 | 373 | 132 | 67 | 0 | 2 | 330 | 141 | 66 |
| Binary | 11000 | 1110010 | 11111011 | 1011010 | 110111 | 0 | 10 | 11011000 | 1100001 | 110110 |
Color Harmonies of #1872FB
Complementary color
Monochromatic Colors of #1872FB
Black with #1872FB
Text Example
Text Example
White with #1872FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1872FB; }
p { color: rgb(24,114,251); }
H1.HeaderClassName
{
color: #1872FB;
}
.AnyTagClassName
{
color: #1872FB;
}
</style>
background-color css
<style>
a { background-color: #1872FB; }
a { background-color: rgb(24,114,251); }
div.DivClassName
{
background-color: #1872FB;
}
.BgClassName
{
background-color: #1872FB;
}
</style>
border-color css
<style>
span { border-color: #1872FB; }
span { border-color: rgb(24,114,251); }
td.TdClassName
{
border-color: #1872FB;
}
.TagClassName
{
border-color: #1872FB;
}
</style>