Shades of Dodger Blue #0865FF
Tints of Dodger Blue #0865FF
RGB
CMYK
RGB Variations
Color information
#0865FF (or 0x0865FF) is known color: Dodger Blue. HEX triplet: 08, 65 and FF. RGB value is (8,101,255). Sum of RGB (Red+Green+Blue) = 8+101+255=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #0865FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0865FF is #F79A00. Grayscale: #5A5A5A. Windows color (decimal): -16226817 or 16737544. OLE color: 16737544.
HSL color Cylindrical-coordinate representation of color #0865FF: hue angle of 217.41º 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 #0865FF is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 101 | 255 | - |
| CMYK | 0.97 | 0.60 | 0 | 0 |
| HSL | 217.41º | 1% | 0.52% | - |
| HSV(B) | 217.41º | 0.97% | 1% | - |
| XYZ | 22.8 | 16.58 | 96.61 | - |
| YUV | 90.75 | 220.69 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 255 | 0.97 | 0.60 | 0 | 0 | 217.41 | 1 | 0.52 |
| Hex | 8 | 65 | FF | 61 | 3C | 0 | 0 | D9 | 64 | 34 |
| Octal | 10 | 145 | 377 | 141 | 74 | 0 | 0 | 331 | 144 | 64 |
| Binary | 1000 | 1100101 | 11111111 | 1100001 | 111100 | 0 | 0 | 11011001 | 1100100 | 110100 |
Color Harmonies of #0865FF
Complementary color
Monochromatic Colors of #0865FF
Black with #0865FF
Text Example
Text Example
White with #0865FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0865FF; }
p { color: rgb(8,101,255); }
H1.HeaderClassName
{
color: #0865FF;
}
.AnyTagClassName
{
color: #0865FF;
}
</style>
background-color css
<style>
a { background-color: #0865FF; }
a { background-color: rgb(8,101,255); }
div.DivClassName
{
background-color: #0865FF;
}
.BgClassName
{
background-color: #0865FF;
}
</style>
border-color css
<style>
span { border-color: #0865FF; }
span { border-color: rgb(8,101,255); }
td.TdClassName
{
border-color: #0865FF;
}
.TagClassName
{
border-color: #0865FF;
}
</style>