Shades of Dodger Blue #288EEA
Tints of Dodger Blue #288EEA
RGB
CMYK
RGB Variations
Color information
#288EEA (or 0x288EEA) is known color: Dodger Blue. HEX triplet: 28, 8E and EA. RGB value is (40,142,234). Sum of RGB (Red+Green+Blue) = 40+142+234=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #288EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EEA is #D77115. Grayscale: #797979. Windows color (decimal): -14119190 or 15371816. OLE color: 15371816.
HSL color Cylindrical-coordinate representation of color #288EEA: hue angle of 208.45º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288EEA is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 142 | 234 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.08 |
| HSL | 208.45º | 0.82% | 0.54% | - |
| HSV(B) | 208.45º | 0.83% | 0.92% | - |
| XYZ | 25.4 | 25.74 | 81.47 | - |
| YUV | 121.99 | 191.21 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 234 | 0.83 | 0.39 | 0 | 0.08 | 208.45 | 0.82 | 0.54 |
| Hex | 28 | 8E | EA | 53 | 27 | 0 | 8 | D0 | 52 | 36 |
| Octal | 50 | 216 | 352 | 123 | 47 | 0 | 10 | 320 | 122 | 66 |
| Binary | 101000 | 10001110 | 11101010 | 1010011 | 100111 | 0 | 1000 | 11010000 | 1010010 | 110110 |
Color Harmonies of #288EEA
Complementary color
Monochromatic Colors of #288EEA
Black with #288EEA
Text Example
Text Example
White with #288EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EEA; }
p { color: rgb(40,142,234); }
H1.HeaderClassName
{
color: #288EEA;
}
.AnyTagClassName
{
color: #288EEA;
}
</style>
background-color css
<style>
a { background-color: #288EEA; }
a { background-color: rgb(40,142,234); }
div.DivClassName
{
background-color: #288EEA;
}
.BgClassName
{
background-color: #288EEA;
}
</style>
border-color css
<style>
span { border-color: #288EEA; }
span { border-color: rgb(40,142,234); }
td.TdClassName
{
border-color: #288EEA;
}
.TagClassName
{
border-color: #288EEA;
}
</style>