Shades of Dodger Blue #288AEC
Tints of Dodger Blue #288AEC
RGB
CMYK
RGB Variations
Color information
#288AEC (or 0x288AEC) is known color: Dodger Blue. HEX triplet: 28, 8A and EC. RGB value is (40,138,236). Sum of RGB (Red+Green+Blue) = 40+138+236=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #288AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288AEC is #D77513. Grayscale: #777777. Windows color (decimal): -14120212 or 15501864. OLE color: 15501864.
HSL color Cylindrical-coordinate representation of color #288AEC: hue angle of 210º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288AEC is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 138 | 236 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.07 |
| HSL | 210º | 0.84% | 0.54% | - |
| HSV(B) | 210º | 0.83% | 0.93% | - |
| XYZ | 25.1 | 24.68 | 82.8 | - |
| YUV | 119.87 | 193.53 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 236 | 0.83 | 0.42 | 0 | 0.07 | 210 | 0.84 | 0.54 |
| Hex | 28 | 8A | EC | 53 | 2A | 0 | 7 | D2 | 54 | 36 |
| Octal | 50 | 212 | 354 | 123 | 52 | 0 | 7 | 322 | 124 | 66 |
| Binary | 101000 | 10001010 | 11101100 | 1010011 | 101010 | 0 | 111 | 11010010 | 1010100 | 110110 |
Color Harmonies of #288AEC
Complementary color
Monochromatic Colors of #288AEC
Black with #288AEC
Text Example
Text Example
White with #288AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AEC; }
p { color: rgb(40,138,236); }
H1.HeaderClassName
{
color: #288AEC;
}
.AnyTagClassName
{
color: #288AEC;
}
</style>
background-color css
<style>
a { background-color: #288AEC; }
a { background-color: rgb(40,138,236); }
div.DivClassName
{
background-color: #288AEC;
}
.BgClassName
{
background-color: #288AEC;
}
</style>
border-color css
<style>
span { border-color: #288AEC; }
span { border-color: rgb(40,138,236); }
td.TdClassName
{
border-color: #288AEC;
}
.TagClassName
{
border-color: #288AEC;
}
</style>