Shades of Dodger Blue #0867FC
Tints of Dodger Blue #0867FC
RGB
CMYK
RGB Variations
Color information
#0867FC (or 0x0867FC) is known color: Dodger Blue. HEX triplet: 08, 67 and FC. RGB value is (8,103,252). Sum of RGB (Red+Green+Blue) = 8+103+252=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #0867FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0867FC is #F79803. Grayscale: #5A5A5A. Windows color (decimal): -16226308 or 16541448. OLE color: 16541448.
HSL color Cylindrical-coordinate representation of color #0867FC: hue angle of 216.64º 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 #0867FC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 103 | 252 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.01 |
| HSL | 216.64º | 0.98% | 0.51% | - |
| HSV(B) | 216.64º | 0.97% | 0.99% | - |
| XYZ | 22.52 | 16.78 | 94.15 | - |
| YUV | 91.58 | 218.53 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 252 | 0.97 | 0.59 | 0 | 0.01 | 216.64 | 0.98 | 0.51 |
| Hex | 8 | 67 | FC | 61 | 3B | 0 | 1 | D9 | 62 | 33 |
| Octal | 10 | 147 | 374 | 141 | 73 | 0 | 1 | 331 | 142 | 63 |
| Binary | 1000 | 1100111 | 11111100 | 1100001 | 111011 | 0 | 1 | 11011001 | 1100010 | 110011 |
Color Harmonies of #0867FC
Complementary color
Monochromatic Colors of #0867FC
Black with #0867FC
Text Example
Text Example
White with #0867FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0867FC; }
p { color: rgb(8,103,252); }
H1.HeaderClassName
{
color: #0867FC;
}
.AnyTagClassName
{
color: #0867FC;
}
</style>
background-color css
<style>
a { background-color: #0867FC; }
a { background-color: rgb(8,103,252); }
div.DivClassName
{
background-color: #0867FC;
}
.BgClassName
{
background-color: #0867FC;
}
</style>
border-color css
<style>
span { border-color: #0867FC; }
span { border-color: rgb(8,103,252); }
td.TdClassName
{
border-color: #0867FC;
}
.TagClassName
{
border-color: #0867FC;
}
</style>