Shades of Dodger Blue #288AEE
Tints of Dodger Blue #288AEE
RGB
CMYK
RGB Variations
Color information
#288AEE (or 0x288AEE) is known color: Dodger Blue. HEX triplet: 28, 8A and EE. RGB value is (40,138,238). Sum of RGB (Red+Green+Blue) = 40+138+238=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #288AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288AEE is #D77511. Grayscale: #777777. Windows color (decimal): -14120210 or 15632936. OLE color: 15632936.
HSL color Cylindrical-coordinate representation of color #288AEE: hue angle of 210.3º 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 #288AEE is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 138 | 238 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.07 |
| HSL | 210.3º | 0.85% | 0.55% | - |
| HSV(B) | 210.3º | 0.83% | 0.93% | - |
| XYZ | 25.4 | 24.8 | 84.34 | - |
| YUV | 120.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 238 | 0.83 | 0.42 | 0 | 0.07 | 210.3 | 0.85 | 0.55 |
| Hex | 28 | 8A | EE | 53 | 2A | 0 | 7 | D2 | 55 | 37 |
| Octal | 50 | 212 | 356 | 123 | 52 | 0 | 7 | 322 | 125 | 67 |
| Binary | 101000 | 10001010 | 11101110 | 1010011 | 101010 | 0 | 111 | 11010010 | 1010101 | 110111 |
Color Harmonies of #288AEE
Complementary color
Monochromatic Colors of #288AEE
Black with #288AEE
Text Example
Text Example
White with #288AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AEE; }
p { color: rgb(40,138,238); }
H1.HeaderClassName
{
color: #288AEE;
}
.AnyTagClassName
{
color: #288AEE;
}
</style>
background-color css
<style>
a { background-color: #288AEE; }
a { background-color: rgb(40,138,238); }
div.DivClassName
{
background-color: #288AEE;
}
.BgClassName
{
background-color: #288AEE;
}
</style>
border-color css
<style>
span { border-color: #288AEE; }
span { border-color: rgb(40,138,238); }
td.TdClassName
{
border-color: #288AEE;
}
.TagClassName
{
border-color: #288AEE;
}
</style>