Shades of Dodger Blue #229AFF
Tints of Dodger Blue #229AFF
RGB
CMYK
RGB Variations
Color information
#229AFF (or 0x229AFF) is known color: Dodger Blue. HEX triplet: 22, 9A and FF. RGB value is (34,154,255). Sum of RGB (Red+Green+Blue) = 34+154+255=443 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.67% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #229AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229AFF is #DD6500. Grayscale: #818181. Windows color (decimal): -14509313 or 16751138. OLE color: 16751138.
HSL color Cylindrical-coordinate representation of color #229AFF: hue angle of 207.42º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #229AFF is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 154 | 255 | - |
| CMYK | 0.87 | 0.40 | 0 | 0 |
| HSL | 207.42º | 1% | 0.57% | - |
| HSV(B) | 207.42º | 0.87% | 1% | - |
| XYZ | 30.27 | 30.67 | 98.93 | - |
| YUV | 129.63 | 198.74 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 255 | 0.87 | 0.40 | 0 | 0 | 207.42 | 1 | 0.57 |
| Hex | 22 | 9A | FF | 57 | 28 | 0 | 0 | CF | 64 | 39 |
| Octal | 42 | 232 | 377 | 127 | 50 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100010 | 10011010 | 11111111 | 1010111 | 101000 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #229AFF
Complementary color
Monochromatic Colors of #229AFF
Black with #229AFF
Text Example
Text Example
White with #229AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229AFF; }
p { color: rgb(34,154,255); }
H1.HeaderClassName
{
color: #229AFF;
}
.AnyTagClassName
{
color: #229AFF;
}
</style>
background-color css
<style>
a { background-color: #229AFF; }
a { background-color: rgb(34,154,255); }
div.DivClassName
{
background-color: #229AFF;
}
.BgClassName
{
background-color: #229AFF;
}
</style>
border-color css
<style>
span { border-color: #229AFF; }
span { border-color: rgb(34,154,255); }
td.TdClassName
{
border-color: #229AFF;
}
.TagClassName
{
border-color: #229AFF;
}
</style>