Shades of Dodger Blue #0870FD
Tints of Dodger Blue #0870FD
RGB
CMYK
RGB Variations
Color information
#0870FD (or 0x0870FD) is known color: Dodger Blue. HEX triplet: 08, 70 and FD. RGB value is (8,112,253). Sum of RGB (Red+Green+Blue) = 8+112+253=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #0870FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0870FD is #F78F02. Grayscale: #606060. Windows color (decimal): -16224003 or 16609288. OLE color: 16609288.
HSL color Cylindrical-coordinate representation of color #0870FD: hue angle of 214.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0870FD is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 112 | 253 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.01 |
| HSL | 214.53º | 0.98% | 0.51% | - |
| HSV(B) | 214.53º | 0.97% | 0.99% | - |
| XYZ | 23.62 | 18.73 | 95.3 | - |
| YUV | 96.98 | 216.04 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 253 | 0.97 | 0.56 | 0 | 0.01 | 214.53 | 0.98 | 0.51 |
| Hex | 8 | 70 | FD | 61 | 38 | 0 | 1 | D7 | 62 | 33 |
| Octal | 10 | 160 | 375 | 141 | 70 | 0 | 1 | 327 | 142 | 63 |
| Binary | 1000 | 1110000 | 11111101 | 1100001 | 111000 | 0 | 1 | 11010111 | 1100010 | 110011 |
Color Harmonies of #0870FD
Complementary color
Monochromatic Colors of #0870FD
Black with #0870FD
Text Example
Text Example
White with #0870FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0870FD; }
p { color: rgb(8,112,253); }
H1.HeaderClassName
{
color: #0870FD;
}
.AnyTagClassName
{
color: #0870FD;
}
</style>
background-color css
<style>
a { background-color: #0870FD; }
a { background-color: rgb(8,112,253); }
div.DivClassName
{
background-color: #0870FD;
}
.BgClassName
{
background-color: #0870FD;
}
</style>
border-color css
<style>
span { border-color: #0870FD; }
span { border-color: rgb(8,112,253); }
td.TdClassName
{
border-color: #0870FD;
}
.TagClassName
{
border-color: #0870FD;
}
</style>