Shades of Dodger Blue #289EEE
Tints of Dodger Blue #289EEE
RGB
CMYK
RGB Variations
Color information
#289EEE (or 0x289EEE) is known color: Dodger Blue. HEX triplet: 28, 9E and EE. RGB value is (40,158,238). Sum of RGB (Red+Green+Blue) = 40+158+238=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #289EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289EEE is #D76111. Grayscale: #838383. Windows color (decimal): -14115090 or 15638056. OLE color: 15638056.
HSL color Cylindrical-coordinate representation of color #289EEE: hue angle of 204.24º 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 #289EEE is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 158 | 238 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.07 |
| HSL | 204.24º | 0.85% | 0.55% | - |
| HSV(B) | 204.24º | 0.83% | 0.93% | - |
| XYZ | 28.53 | 31.08 | 85.38 | - |
| YUV | 131.84 | 187.91 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 158 | 238 | 0.83 | 0.34 | 0 | 0.07 | 204.24 | 0.85 | 0.55 |
| Hex | 28 | 9E | EE | 53 | 22 | 0 | 7 | CC | 55 | 37 |
| Octal | 50 | 236 | 356 | 123 | 42 | 0 | 7 | 314 | 125 | 67 |
| Binary | 101000 | 10011110 | 11101110 | 1010011 | 100010 | 0 | 111 | 11001100 | 1010101 | 110111 |
Color Harmonies of #289EEE
Complementary color
Monochromatic Colors of #289EEE
Black with #289EEE
Text Example
Text Example
White with #289EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289EEE; }
p { color: rgb(40,158,238); }
H1.HeaderClassName
{
color: #289EEE;
}
.AnyTagClassName
{
color: #289EEE;
}
</style>
background-color css
<style>
a { background-color: #289EEE; }
a { background-color: rgb(40,158,238); }
div.DivClassName
{
background-color: #289EEE;
}
.BgClassName
{
background-color: #289EEE;
}
</style>
border-color css
<style>
span { border-color: #289EEE; }
span { border-color: rgb(40,158,238); }
td.TdClassName
{
border-color: #289EEE;
}
.TagClassName
{
border-color: #289EEE;
}
</style>