Shades of Dodger Blue #288EEE
Tints of Dodger Blue #288EEE
RGB
CMYK
RGB Variations
Color information
#288EEE (or 0x288EEE) is known color: Dodger Blue. HEX triplet: 28, 8E and EE. RGB value is (40,142,238). Sum of RGB (Red+Green+Blue) = 40+142+238=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #288EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EEE is #D77111. Grayscale: #797979. Windows color (decimal): -14119186 or 15633960. OLE color: 15633960.
HSL color Cylindrical-coordinate representation of color #288EEE: hue angle of 209.09º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288EEE is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 142 | 238 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.07 |
| HSL | 209.09º | 0.85% | 0.55% | - |
| HSV(B) | 209.09º | 0.83% | 0.93% | - |
| XYZ | 25.98 | 25.97 | 84.53 | - |
| YUV | 122.45 | 193.21 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 238 | 0.83 | 0.40 | 0 | 0.07 | 209.09 | 0.85 | 0.55 |
| Hex | 28 | 8E | EE | 53 | 28 | 0 | 7 | D1 | 55 | 37 |
| Octal | 50 | 216 | 356 | 123 | 50 | 0 | 7 | 321 | 125 | 67 |
| Binary | 101000 | 10001110 | 11101110 | 1010011 | 101000 | 0 | 111 | 11010001 | 1010101 | 110111 |
Color Harmonies of #288EEE
Complementary color
Monochromatic Colors of #288EEE
Black with #288EEE
Text Example
Text Example
White with #288EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EEE; }
p { color: rgb(40,142,238); }
H1.HeaderClassName
{
color: #288EEE;
}
.AnyTagClassName
{
color: #288EEE;
}
</style>
background-color css
<style>
a { background-color: #288EEE; }
a { background-color: rgb(40,142,238); }
div.DivClassName
{
background-color: #288EEE;
}
.BgClassName
{
background-color: #288EEE;
}
</style>
border-color css
<style>
span { border-color: #288EEE; }
span { border-color: rgb(40,142,238); }
td.TdClassName
{
border-color: #288EEE;
}
.TagClassName
{
border-color: #288EEE;
}
</style>