Shades of Dodger Blue #0862FF
Tints of Dodger Blue #0862FF
RGB
CMYK
RGB Variations
Color information
#0862FF (or 0x0862FF) is known color: Dodger Blue. HEX triplet: 08, 62 and FF. RGB value is (8,98,255). Sum of RGB (Red+Green+Blue) = 8+98+255=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0862FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0862FF is #F79D00. Grayscale: #585858. Windows color (decimal): -16227585 or 16736776. OLE color: 16736776.
HSL color Cylindrical-coordinate representation of color #0862FF: hue angle of 218.14º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0862FF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 98 | 255 | - |
| CMYK | 0.97 | 0.62 | 0 | 0 |
| HSL | 218.14º | 1% | 0.52% | - |
| HSV(B) | 218.14º | 0.97% | 1% | - |
| XYZ | 22.52 | 16.01 | 96.51 | - |
| YUV | 88.99 | 221.68 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 255 | 0.97 | 0.62 | 0 | 0 | 218.14 | 1 | 0.52 |
| Hex | 8 | 62 | FF | 61 | 3E | 0 | 0 | DA | 64 | 34 |
| Octal | 10 | 142 | 377 | 141 | 76 | 0 | 0 | 332 | 144 | 64 |
| Binary | 1000 | 1100010 | 11111111 | 1100001 | 111110 | 0 | 0 | 11011010 | 1100100 | 110100 |
Color Harmonies of #0862FF
Complementary color
Monochromatic Colors of #0862FF
Black with #0862FF
Text Example
Text Example
White with #0862FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862FF; }
p { color: rgb(8,98,255); }
H1.HeaderClassName
{
color: #0862FF;
}
.AnyTagClassName
{
color: #0862FF;
}
</style>
background-color css
<style>
a { background-color: #0862FF; }
a { background-color: rgb(8,98,255); }
div.DivClassName
{
background-color: #0862FF;
}
.BgClassName
{
background-color: #0862FF;
}
</style>
border-color css
<style>
span { border-color: #0862FF; }
span { border-color: rgb(8,98,255); }
td.TdClassName
{
border-color: #0862FF;
}
.TagClassName
{
border-color: #0862FF;
}
</style>