Shades of Dodger Blue #289AEC
Tints of Dodger Blue #289AEC
RGB
CMYK
RGB Variations
Color information
#289AEC (or 0x289AEC) is known color: Dodger Blue. HEX triplet: 28, 9A and EC. RGB value is (40,154,236). Sum of RGB (Red+Green+Blue) = 40+154+236=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #289AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289AEC is #D76513. Grayscale: #808080. Windows color (decimal): -14116116 or 15505960. OLE color: 15505960.
HSL color Cylindrical-coordinate representation of color #289AEC: hue angle of 205.1º 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 #289AEC is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 154 | 236 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.07 |
| HSL | 205.1º | 0.84% | 0.54% | - |
| HSV(B) | 205.1º | 0.83% | 0.93% | - |
| XYZ | 27.57 | 29.62 | 83.62 | - |
| YUV | 129.26 | 188.23 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 236 | 0.83 | 0.35 | 0 | 0.07 | 205.1 | 0.84 | 0.54 |
| Hex | 28 | 9A | EC | 53 | 23 | 0 | 7 | CD | 54 | 36 |
| Octal | 50 | 232 | 354 | 123 | 43 | 0 | 7 | 315 | 124 | 66 |
| Binary | 101000 | 10011010 | 11101100 | 1010011 | 100011 | 0 | 111 | 11001101 | 1010100 | 110110 |
Color Harmonies of #289AEC
Complementary color
Monochromatic Colors of #289AEC
Black with #289AEC
Text Example
Text Example
White with #289AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289AEC; }
p { color: rgb(40,154,236); }
H1.HeaderClassName
{
color: #289AEC;
}
.AnyTagClassName
{
color: #289AEC;
}
</style>
background-color css
<style>
a { background-color: #289AEC; }
a { background-color: rgb(40,154,236); }
div.DivClassName
{
background-color: #289AEC;
}
.BgClassName
{
background-color: #289AEC;
}
</style>
border-color css
<style>
span { border-color: #289AEC; }
span { border-color: rgb(40,154,236); }
td.TdClassName
{
border-color: #289AEC;
}
.TagClassName
{
border-color: #289AEC;
}
</style>