Shades of Dodger Blue #1870FB
Tints of Dodger Blue #1870FB
RGB
CMYK
RGB Variations
Color information
#1870FB (or 0x1870FB) is known color: Dodger Blue. HEX triplet: 18, 70 and FB. RGB value is (24,112,251). Sum of RGB (Red+Green+Blue) = 24+112+251=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #1870FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1870FB is #E78F04. Grayscale: #646464. Windows color (decimal): -15175429 or 16478232. OLE color: 16478232.
HSL color Cylindrical-coordinate representation of color #1870FB: hue angle of 216.74º 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 #1870FB is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 112 | 251 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.02 |
| HSL | 216.74º | 0.97% | 0.54% | - |
| HSV(B) | 216.74º | 0.9% | 0.98% | - |
| XYZ | 23.58 | 18.75 | 93.64 | - |
| YUV | 101.53 | 212.35 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 251 | 0.90 | 0.55 | 0 | 0.02 | 216.74 | 0.97 | 0.54 |
| Hex | 18 | 70 | FB | 5A | 37 | 0 | 2 | D9 | 61 | 36 |
| Octal | 30 | 160 | 373 | 132 | 67 | 0 | 2 | 331 | 141 | 66 |
| Binary | 11000 | 1110000 | 11111011 | 1011010 | 110111 | 0 | 10 | 11011001 | 1100001 | 110110 |
Color Harmonies of #1870FB
Complementary color
Monochromatic Colors of #1870FB
Black with #1870FB
Text Example
Text Example
White with #1870FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1870FB; }
p { color: rgb(24,112,251); }
H1.HeaderClassName
{
color: #1870FB;
}
.AnyTagClassName
{
color: #1870FB;
}
</style>
background-color css
<style>
a { background-color: #1870FB; }
a { background-color: rgb(24,112,251); }
div.DivClassName
{
background-color: #1870FB;
}
.BgClassName
{
background-color: #1870FB;
}
</style>
border-color css
<style>
span { border-color: #1870FB; }
span { border-color: rgb(24,112,251); }
td.TdClassName
{
border-color: #1870FB;
}
.TagClassName
{
border-color: #1870FB;
}
</style>