Shades of Dodger Blue #286EFE
Tints of Dodger Blue #286EFE
RGB
CMYK
RGB Variations
Color information
#286EFE (or 0x286EFE) is known color: Dodger Blue. HEX triplet: 28, 6E and FE. RGB value is (40,110,254). Sum of RGB (Red+Green+Blue) = 40+110+254=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #286EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EFE is #D79101. Grayscale: #686868. Windows color (decimal): -14127362 or 16674344. OLE color: 16674344.
HSL color Cylindrical-coordinate representation of color #286EFE: hue angle of 220.37º 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 #286EFE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 110 | 254 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.00 |
| HSL | 220.37º | 0.99% | 0.58% | - |
| HSV(B) | 220.37º | 0.84% | 1% | - |
| XYZ | 24.34 | 18.76 | 96.1 | - |
| YUV | 105.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 254 | 0.84 | 0.57 | 0 | 0.00 | 220.37 | 0.99 | 0.58 |
| Hex | 28 | 6E | FE | 54 | 39 | 0 | 0 | DC | 63 | 3A |
| Octal | 50 | 156 | 376 | 124 | 71 | 0 | 0 | 334 | 143 | 72 |
| Binary | 101000 | 1101110 | 11111110 | 1010100 | 111001 | 0 | 0 | 11011100 | 1100011 | 111010 |
Color Harmonies of #286EFE
Complementary color
Monochromatic Colors of #286EFE
Black with #286EFE
Text Example
Text Example
White with #286EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EFE; }
p { color: rgb(40,110,254); }
H1.HeaderClassName
{
color: #286EFE;
}
.AnyTagClassName
{
color: #286EFE;
}
</style>
background-color css
<style>
a { background-color: #286EFE; }
a { background-color: rgb(40,110,254); }
div.DivClassName
{
background-color: #286EFE;
}
.BgClassName
{
background-color: #286EFE;
}
</style>
border-color css
<style>
span { border-color: #286EFE; }
span { border-color: rgb(40,110,254); }
td.TdClassName
{
border-color: #286EFE;
}
.TagClassName
{
border-color: #286EFE;
}
</style>