Shades of Dodger Blue #286DFF
Tints of Dodger Blue #286DFF
RGB
CMYK
RGB Variations
Color information
#286DFF (or 0x286DFF) is known color: Dodger Blue. HEX triplet: 28, 6D and FF. RGB value is (40,109,255). Sum of RGB (Red+Green+Blue) = 40+109+255=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #286DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286DFF is #D79200. Grayscale: #686868. Windows color (decimal): -14127617 or 16739624. OLE color: 16739624.
HSL color Cylindrical-coordinate representation of color #286DFF: hue angle of 220.74º 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 #286DFF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 109 | 255 | - |
| CMYK | 0.84 | 0.57 | 0 | 0 |
| HSL | 220.74º | 1% | 0.58% | - |
| HSV(B) | 220.74º | 0.84% | 1% | - |
| XYZ | 24.39 | 18.61 | 96.91 | - |
| YUV | 105.01 | 212.64 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 255 | 0.84 | 0.57 | 0 | 0 | 220.74 | 1 | 0.58 |
| Hex | 28 | 6D | FF | 54 | 39 | 0 | 0 | DD | 64 | 3A |
| Octal | 50 | 155 | 377 | 124 | 71 | 0 | 0 | 335 | 144 | 72 |
| Binary | 101000 | 1101101 | 11111111 | 1010100 | 111001 | 0 | 0 | 11011101 | 1100100 | 111010 |
Color Harmonies of #286DFF
Complementary color
Monochromatic Colors of #286DFF
Black with #286DFF
Text Example
Text Example
White with #286DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DFF; }
p { color: rgb(40,109,255); }
H1.HeaderClassName
{
color: #286DFF;
}
.AnyTagClassName
{
color: #286DFF;
}
</style>
background-color css
<style>
a { background-color: #286DFF; }
a { background-color: rgb(40,109,255); }
div.DivClassName
{
background-color: #286DFF;
}
.BgClassName
{
background-color: #286DFF;
}
</style>
border-color css
<style>
span { border-color: #286DFF; }
span { border-color: rgb(40,109,255); }
td.TdClassName
{
border-color: #286DFF;
}
.TagClassName
{
border-color: #286DFF;
}
</style>