Shades of Dodger Blue #229EE9
Tints of Dodger Blue #229EE9
RGB
CMYK
RGB Variations
Color information
#229EE9 (or 0x229EE9) is known color: Dodger Blue. HEX triplet: 22, 9E and E9. RGB value is (34,158,233). Sum of RGB (Red+Green+Blue) = 34+158+233=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #229EE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EE9 is #DD6116. Grayscale: #818181. Windows color (decimal): -14508311 or 15310370. OLE color: 15310370.
HSL color Cylindrical-coordinate representation of color #229EE9: hue angle of 202.61º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229EE9 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 158 | 233 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.09 |
| HSL | 202.61º | 0.82% | 0.52% | - |
| HSV(B) | 202.61º | 0.85% | 0.91% | - |
| XYZ | 27.59 | 30.68 | 81.56 | - |
| YUV | 129.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 233 | 0.85 | 0.32 | 0 | 0.09 | 202.61 | 0.82 | 0.52 |
| Hex | 22 | 9E | E9 | 55 | 20 | 0 | 9 | CB | 52 | 34 |
| Octal | 42 | 236 | 351 | 125 | 40 | 0 | 11 | 313 | 122 | 64 |
| Binary | 100010 | 10011110 | 11101001 | 1010101 | 100000 | 0 | 1001 | 11001011 | 1010010 | 110100 |
Color Harmonies of #229EE9
Complementary color
Monochromatic Colors of #229EE9
Black with #229EE9
Text Example
Text Example
White with #229EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EE9; }
p { color: rgb(34,158,233); }
H1.HeaderClassName
{
color: #229EE9;
}
.AnyTagClassName
{
color: #229EE9;
}
</style>
background-color css
<style>
a { background-color: #229EE9; }
a { background-color: rgb(34,158,233); }
div.DivClassName
{
background-color: #229EE9;
}
.BgClassName
{
background-color: #229EE9;
}
</style>
border-color css
<style>
span { border-color: #229EE9; }
span { border-color: rgb(34,158,233); }
td.TdClassName
{
border-color: #229EE9;
}
.TagClassName
{
border-color: #229EE9;
}
</style>