Shades of Dodger Blue #0878FD
Tints of Dodger Blue #0878FD
RGB
CMYK
RGB Variations
Color information
#0878FD (or 0x0878FD) is known color: Dodger Blue. HEX triplet: 08, 78 and FD. RGB value is (8,120,253). Sum of RGB (Red+Green+Blue) = 8+120+253=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #0878FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0878FD is #F78702. Grayscale: #656565. Windows color (decimal): -16221955 or 16611336. OLE color: 16611336.
HSL color Cylindrical-coordinate representation of color #0878FD: hue angle of 212.57º 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 #0878FD is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 120 | 253 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.01 |
| HSL | 212.57º | 0.98% | 0.51% | - |
| HSV(B) | 212.57º | 0.97% | 0.99% | - |
| XYZ | 24.55 | 20.58 | 95.61 | - |
| YUV | 101.67 | 213.39 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 253 | 0.97 | 0.53 | 0 | 0.01 | 212.57 | 0.98 | 0.51 |
| Hex | 8 | 78 | FD | 61 | 35 | 0 | 1 | D5 | 62 | 33 |
| Octal | 10 | 170 | 375 | 141 | 65 | 0 | 1 | 325 | 142 | 63 |
| Binary | 1000 | 1111000 | 11111101 | 1100001 | 110101 | 0 | 1 | 11010101 | 1100010 | 110011 |
Color Harmonies of #0878FD
Complementary color
Monochromatic Colors of #0878FD
Black with #0878FD
Text Example
Text Example
White with #0878FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878FD; }
p { color: rgb(8,120,253); }
H1.HeaderClassName
{
color: #0878FD;
}
.AnyTagClassName
{
color: #0878FD;
}
</style>
background-color css
<style>
a { background-color: #0878FD; }
a { background-color: rgb(8,120,253); }
div.DivClassName
{
background-color: #0878FD;
}
.BgClassName
{
background-color: #0878FD;
}
</style>
border-color css
<style>
span { border-color: #0878FD; }
span { border-color: rgb(8,120,253); }
td.TdClassName
{
border-color: #0878FD;
}
.TagClassName
{
border-color: #0878FD;
}
</style>