Shades of Dodger Blue #286FFF
Tints of Dodger Blue #286FFF
RGB
CMYK
RGB Variations
Color information
#286FFF (or 0x286FFF) is known color: Dodger Blue. HEX triplet: 28, 6F and FF. RGB value is (40,111,255). Sum of RGB (Red+Green+Blue) = 40+111+255=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #286FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FFF is #D79000. Grayscale: #696969. Windows color (decimal): -14127105 or 16740136. OLE color: 16740136.
HSL color Cylindrical-coordinate representation of color #286FFF: hue angle of 220.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286FFF is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 111 | 255 | - |
| CMYK | 0.84 | 0.56 | 0 | 0 |
| HSL | 220.19º | 1% | 0.58% | - |
| HSV(B) | 220.19º | 0.84% | 1% | - |
| XYZ | 24.61 | 19.04 | 96.99 | - |
| YUV | 106.19 | 211.98 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 255 | 0.84 | 0.56 | 0 | 0 | 220.19 | 1 | 0.58 |
| Hex | 28 | 6F | FF | 54 | 38 | 0 | 0 | DC | 64 | 3A |
| Octal | 50 | 157 | 377 | 124 | 70 | 0 | 0 | 334 | 144 | 72 |
| Binary | 101000 | 1101111 | 11111111 | 1010100 | 111000 | 0 | 0 | 11011100 | 1100100 | 111010 |
Color Harmonies of #286FFF
Complementary color
Monochromatic Colors of #286FFF
Black with #286FFF
Text Example
Text Example
White with #286FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FFF; }
p { color: rgb(40,111,255); }
H1.HeaderClassName
{
color: #286FFF;
}
.AnyTagClassName
{
color: #286FFF;
}
</style>
background-color css
<style>
a { background-color: #286FFF; }
a { background-color: rgb(40,111,255); }
div.DivClassName
{
background-color: #286FFF;
}
.BgClassName
{
background-color: #286FFF;
}
</style>
border-color css
<style>
span { border-color: #286FFF; }
span { border-color: rgb(40,111,255); }
td.TdClassName
{
border-color: #286FFF;
}
.TagClassName
{
border-color: #286FFF;
}
</style>