Shades of Dodger Blue #286FFE
Tints of Dodger Blue #286FFE
RGB
CMYK
RGB Variations
Color information
#286FFE (or 0x286FFE) is known color: Dodger Blue. HEX triplet: 28, 6F and FE. RGB value is (40,111,254). Sum of RGB (Red+Green+Blue) = 40+111+254=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #286FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FFE is #D79001. Grayscale: #696969. Windows color (decimal): -14127106 or 16674600. OLE color: 16674600.
HSL color Cylindrical-coordinate representation of color #286FFE: hue angle of 220.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286FFE is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 111 | 254 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.00 |
| HSL | 220.09º | 0.99% | 0.58% | - |
| HSV(B) | 220.09º | 0.84% | 1% | - |
| XYZ | 24.45 | 18.98 | 96.14 | - |
| YUV | 106.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 254 | 0.84 | 0.56 | 0 | 0.00 | 220.09 | 0.99 | 0.58 |
| Hex | 28 | 6F | FE | 54 | 38 | 0 | 0 | DC | 63 | 3A |
| Octal | 50 | 157 | 376 | 124 | 70 | 0 | 0 | 334 | 143 | 72 |
| Binary | 101000 | 1101111 | 11111110 | 1010100 | 111000 | 0 | 0 | 11011100 | 1100011 | 111010 |
Color Harmonies of #286FFE
Complementary color
Monochromatic Colors of #286FFE
Black with #286FFE
Text Example
Text Example
White with #286FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FFE; }
p { color: rgb(40,111,254); }
H1.HeaderClassName
{
color: #286FFE;
}
.AnyTagClassName
{
color: #286FFE;
}
</style>
background-color css
<style>
a { background-color: #286FFE; }
a { background-color: rgb(40,111,254); }
div.DivClassName
{
background-color: #286FFE;
}
.BgClassName
{
background-color: #286FFE;
}
</style>
border-color css
<style>
span { border-color: #286FFE; }
span { border-color: rgb(40,111,254); }
td.TdClassName
{
border-color: #286FFE;
}
.TagClassName
{
border-color: #286FFE;
}
</style>