Shades of Dodger Blue #0286EC
Tints of Dodger Blue #0286EC
RGB
CMYK
RGB Variations
Color information
#0286EC (or 0x0286EC) is known color: Dodger Blue. HEX triplet: 02, 86 and EC. RGB value is (2,134,236). Sum of RGB (Red+Green+Blue) = 2+134+236=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #0286EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0286EC is #FD7913. Grayscale: #696969. Windows color (decimal): -16611604 or 15500802. OLE color: 15500802.
HSL color Cylindrical-coordinate representation of color #0286EC: hue angle of 206.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286EC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 134 | 236 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.07 |
| HSL | 206.15º | 0.98% | 0.47% | - |
| HSV(B) | 206.15º | 0.99% | 0.93% | - |
| XYZ | 23.69 | 23.12 | 82.57 | - |
| YUV | 106.16 | 201.27 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 236 | 0.99 | 0.43 | 0 | 0.07 | 206.15 | 0.98 | 0.47 |
| Hex | 2 | 86 | EC | 63 | 2B | 0 | 7 | CE | 62 | 2F |
| Octal | 2 | 206 | 354 | 143 | 53 | 0 | 7 | 316 | 142 | 57 |
| Binary | 10 | 10000110 | 11101100 | 1100011 | 101011 | 0 | 111 | 11001110 | 1100010 | 101111 |
Color Harmonies of #0286EC
Complementary color
Monochromatic Colors of #0286EC
Black with #0286EC
Text Example
Text Example
White with #0286EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286EC; }
p { color: rgb(2,134,236); }
H1.HeaderClassName
{
color: #0286EC;
}
.AnyTagClassName
{
color: #0286EC;
}
</style>
background-color css
<style>
a { background-color: #0286EC; }
a { background-color: rgb(2,134,236); }
div.DivClassName
{
background-color: #0286EC;
}
.BgClassName
{
background-color: #0286EC;
}
</style>
border-color css
<style>
span { border-color: #0286EC; }
span { border-color: rgb(2,134,236); }
td.TdClassName
{
border-color: #0286EC;
}
.TagClassName
{
border-color: #0286EC;
}
</style>