Shades of Dodger Blue #229EEC
Tints of Dodger Blue #229EEC
RGB
CMYK
RGB Variations
Color information
#229EEC (or 0x229EEC) is known color: Dodger Blue. HEX triplet: 22, 9E and EC. RGB value is (34,158,236). Sum of RGB (Red+Green+Blue) = 34+158+236=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #229EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EEC is #DD6113. Grayscale: #818181. Windows color (decimal): -14508308 or 15506978. OLE color: 15506978.
HSL color Cylindrical-coordinate representation of color #229EEC: hue angle of 203.17º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229EEC is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 158 | 236 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.07 |
| HSL | 203.17º | 0.84% | 0.53% | - |
| HSV(B) | 203.17º | 0.86% | 0.93% | - |
| XYZ | 28.03 | 30.85 | 83.83 | - |
| YUV | 129.82 | 187.92 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 236 | 0.86 | 0.33 | 0 | 0.07 | 203.17 | 0.84 | 0.53 |
| Hex | 22 | 9E | EC | 56 | 21 | 0 | 7 | CB | 54 | 35 |
| Octal | 42 | 236 | 354 | 126 | 41 | 0 | 7 | 313 | 124 | 65 |
| Binary | 100010 | 10011110 | 11101100 | 1010110 | 100001 | 0 | 111 | 11001011 | 1010100 | 110101 |
Color Harmonies of #229EEC
Complementary color
Monochromatic Colors of #229EEC
Black with #229EEC
Text Example
Text Example
White with #229EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EEC; }
p { color: rgb(34,158,236); }
H1.HeaderClassName
{
color: #229EEC;
}
.AnyTagClassName
{
color: #229EEC;
}
</style>
background-color css
<style>
a { background-color: #229EEC; }
a { background-color: rgb(34,158,236); }
div.DivClassName
{
background-color: #229EEC;
}
.BgClassName
{
background-color: #229EEC;
}
</style>
border-color css
<style>
span { border-color: #229EEC; }
span { border-color: rgb(34,158,236); }
td.TdClassName
{
border-color: #229EEC;
}
.TagClassName
{
border-color: #229EEC;
}
</style>