Shades of Dodger Blue #288FEE
Tints of Dodger Blue #288FEE
RGB
CMYK
RGB Variations
Color information
#288FEE (or 0x288FEE) is known color: Dodger Blue. HEX triplet: 28, 8F and EE. RGB value is (40,143,238). Sum of RGB (Red+Green+Blue) = 40+143+238=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #288FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FEE is #D77011. Grayscale: #7A7A7A. Windows color (decimal): -14118930 or 15634216. OLE color: 15634216.
HSL color Cylindrical-coordinate representation of color #288FEE: hue angle of 208.79º 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 #288FEE is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 143 | 238 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.07 |
| HSL | 208.79º | 0.85% | 0.55% | - |
| HSV(B) | 208.79º | 0.83% | 0.93% | - |
| XYZ | 26.13 | 26.27 | 84.58 | - |
| YUV | 123.03 | 192.88 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 238 | 0.83 | 0.40 | 0 | 0.07 | 208.79 | 0.85 | 0.55 |
| Hex | 28 | 8F | EE | 53 | 28 | 0 | 7 | D1 | 55 | 37 |
| Octal | 50 | 217 | 356 | 123 | 50 | 0 | 7 | 321 | 125 | 67 |
| Binary | 101000 | 10001111 | 11101110 | 1010011 | 101000 | 0 | 111 | 11010001 | 1010101 | 110111 |
Color Harmonies of #288FEE
Complementary color
Monochromatic Colors of #288FEE
Black with #288FEE
Text Example
Text Example
White with #288FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FEE; }
p { color: rgb(40,143,238); }
H1.HeaderClassName
{
color: #288FEE;
}
.AnyTagClassName
{
color: #288FEE;
}
</style>
background-color css
<style>
a { background-color: #288FEE; }
a { background-color: rgb(40,143,238); }
div.DivClassName
{
background-color: #288FEE;
}
.BgClassName
{
background-color: #288FEE;
}
</style>
border-color css
<style>
span { border-color: #288FEE; }
span { border-color: rgb(40,143,238); }
td.TdClassName
{
border-color: #288FEE;
}
.TagClassName
{
border-color: #288FEE;
}
</style>