Shades of Dodger Blue #0286FF
Tints of Dodger Blue #0286FF
RGB
CMYK
RGB Variations
Color information
#0286FF (or 0x0286FF) is known color: Dodger Blue. HEX triplet: 02, 86 and FF. RGB value is (2,134,255). Sum of RGB (Red+Green+Blue) = 2+134+255=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #0286FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0286FF is #FD7900. Grayscale: #6B6B6B. Windows color (decimal): -16611585 or 16745986. OLE color: 16745986.
HSL color Cylindrical-coordinate representation of color #0286FF: hue angle of 208.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286FF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 134 | 255 | - |
| CMYK | 0.99 | 0.47 | 0 | 0 |
| HSL | 208.7º | 1% | 0.5% | - |
| HSV(B) | 208.7º | 0.99% | 1% | - |
| XYZ | 26.6 | 24.28 | 97.89 | - |
| YUV | 108.33 | 210.77 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 255 | 0.99 | 0.47 | 0 | 0 | 208.7 | 1 | 0.5 |
| Hex | 2 | 86 | FF | 63 | 2F | 0 | 0 | D1 | 64 | 32 |
| Octal | 2 | 206 | 377 | 143 | 57 | 0 | 0 | 321 | 144 | 62 |
| Binary | 10 | 10000110 | 11111111 | 1100011 | 101111 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0286FF
Complementary color
Monochromatic Colors of #0286FF
Black with #0286FF
Text Example
Text Example
White with #0286FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286FF; }
p { color: rgb(2,134,255); }
H1.HeaderClassName
{
color: #0286FF;
}
.AnyTagClassName
{
color: #0286FF;
}
</style>
background-color css
<style>
a { background-color: #0286FF; }
a { background-color: rgb(2,134,255); }
div.DivClassName
{
background-color: #0286FF;
}
.BgClassName
{
background-color: #0286FF;
}
</style>
border-color css
<style>
span { border-color: #0286FF; }
span { border-color: rgb(2,134,255); }
td.TdClassName
{
border-color: #0286FF;
}
.TagClassName
{
border-color: #0286FF;
}
</style>