Shades of Dodger Blue #229EFF
Tints of Dodger Blue #229EFF
RGB
CMYK
RGB Variations
Color information
#229EFF (or 0x229EFF) is known color: Dodger Blue. HEX triplet: 22, 9E and FF. RGB value is (34,158,255). Sum of RGB (Red+Green+Blue) = 34+158+255=447 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.61% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #229EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EFF is #DD6100. Grayscale: #838383. Windows color (decimal): -14508289 or 16752162. OLE color: 16752162.
HSL color Cylindrical-coordinate representation of color #229EFF: hue angle of 206.33º 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 #229EFF is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 158 | 255 | - |
| CMYK | 0.87 | 0.38 | 0 | 0 |
| HSL | 206.33º | 1% | 0.57% | - |
| HSV(B) | 206.33º | 0.87% | 1% | - |
| XYZ | 30.94 | 32.01 | 99.16 | - |
| YUV | 131.98 | 197.42 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 255 | 0.87 | 0.38 | 0 | 0 | 206.33 | 1 | 0.57 |
| Hex | 22 | 9E | FF | 57 | 26 | 0 | 0 | CE | 64 | 39 |
| Octal | 42 | 236 | 377 | 127 | 46 | 0 | 0 | 316 | 144 | 71 |
| Binary | 100010 | 10011110 | 11111111 | 1010111 | 100110 | 0 | 0 | 11001110 | 1100100 | 111001 |
Color Harmonies of #229EFF
Complementary color
Monochromatic Colors of #229EFF
Black with #229EFF
Text Example
Text Example
White with #229EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EFF; }
p { color: rgb(34,158,255); }
H1.HeaderClassName
{
color: #229EFF;
}
.AnyTagClassName
{
color: #229EFF;
}
</style>
background-color css
<style>
a { background-color: #229EFF; }
a { background-color: rgb(34,158,255); }
div.DivClassName
{
background-color: #229EFF;
}
.BgClassName
{
background-color: #229EFF;
}
</style>
border-color css
<style>
span { border-color: #229EFF; }
span { border-color: rgb(34,158,255); }
td.TdClassName
{
border-color: #229EFF;
}
.TagClassName
{
border-color: #229EFF;
}
</style>