Shades of Dodger Blue #229AE4
Tints of Dodger Blue #229AE4
RGB
CMYK
RGB Variations
Color information
#229AE4 (or 0x229AE4) is known color: Dodger Blue. HEX triplet: 22, 9A and E4. RGB value is (34,154,228). Sum of RGB (Red+Green+Blue) = 34+154+228=416 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.17% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 228 (89.45% from 255 or 54.81% from 416); Max value from RGB is 228 - color contains mainly: blue. Hex color #229AE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229AE4 is #DD651B. Grayscale: #7E7E7E. Windows color (decimal): -14509340 or 14981666. OLE color: 14981666.
HSL color Cylindrical-coordinate representation of color #229AE4: hue angle of 202.89º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229AE4 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 154 | 228 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.11 |
| HSL | 202.89º | 0.78% | 0.51% | - |
| HSV(B) | 202.89º | 0.85% | 0.89% | - |
| XYZ | 26.22 | 29.05 | 77.62 | - |
| YUV | 126.56 | 185.24 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 228 | 0.85 | 0.32 | 0 | 0.11 | 202.89 | 0.78 | 0.51 |
| Hex | 22 | 9A | E4 | 55 | 20 | 0 | B | CB | 4E | 33 |
| Octal | 42 | 232 | 344 | 125 | 40 | 0 | 13 | 313 | 116 | 63 |
| Binary | 100010 | 10011010 | 11100100 | 1010101 | 100000 | 0 | 1011 | 11001011 | 1001110 | 110011 |
Color Harmonies of #229AE4
Complementary color
Monochromatic Colors of #229AE4
Black with #229AE4
Text Example
Text Example
White with #229AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229AE4; }
p { color: rgb(34,154,228); }
H1.HeaderClassName
{
color: #229AE4;
}
.AnyTagClassName
{
color: #229AE4;
}
</style>
background-color css
<style>
a { background-color: #229AE4; }
a { background-color: rgb(34,154,228); }
div.DivClassName
{
background-color: #229AE4;
}
.BgClassName
{
background-color: #229AE4;
}
</style>
border-color css
<style>
span { border-color: #229AE4; }
span { border-color: rgb(34,154,228); }
td.TdClassName
{
border-color: #229AE4;
}
.TagClassName
{
border-color: #229AE4;
}
</style>