Shades of Dodger Blue #288BEE
Tints of Dodger Blue #288BEE
RGB
CMYK
RGB Variations
Color information
#288BEE (or 0x288BEE) is known color: Dodger Blue. HEX triplet: 28, 8B and EE. RGB value is (40,139,238). Sum of RGB (Red+Green+Blue) = 40+139+238=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #288BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288BEE is #D77411. Grayscale: #787878. Windows color (decimal): -14119954 or 15633192. OLE color: 15633192.
HSL color Cylindrical-coordinate representation of color #288BEE: hue angle of 210º 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 #288BEE is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 139 | 238 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.07 |
| HSL | 210º | 0.85% | 0.55% | - |
| HSV(B) | 210º | 0.83% | 0.93% | - |
| XYZ | 25.54 | 25.09 | 84.39 | - |
| YUV | 120.69 | 194.2 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 238 | 0.83 | 0.42 | 0 | 0.07 | 210 | 0.85 | 0.55 |
| Hex | 28 | 8B | EE | 53 | 2A | 0 | 7 | D2 | 55 | 37 |
| Octal | 50 | 213 | 356 | 123 | 52 | 0 | 7 | 322 | 125 | 67 |
| Binary | 101000 | 10001011 | 11101110 | 1010011 | 101010 | 0 | 111 | 11010010 | 1010101 | 110111 |
Color Harmonies of #288BEE
Complementary color
Monochromatic Colors of #288BEE
Black with #288BEE
Text Example
Text Example
White with #288BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BEE; }
p { color: rgb(40,139,238); }
H1.HeaderClassName
{
color: #288BEE;
}
.AnyTagClassName
{
color: #288BEE;
}
</style>
background-color css
<style>
a { background-color: #288BEE; }
a { background-color: rgb(40,139,238); }
div.DivClassName
{
background-color: #288BEE;
}
.BgClassName
{
background-color: #288BEE;
}
</style>
border-color css
<style>
span { border-color: #288BEE; }
span { border-color: rgb(40,139,238); }
td.TdClassName
{
border-color: #288BEE;
}
.TagClassName
{
border-color: #288BEE;
}
</style>