Shades of Dodger Blue #229EF0
Tints of Dodger Blue #229EF0
RGB
CMYK
RGB Variations
Color information
#229EF0 (or 0x229EF0) is known color: Dodger Blue. HEX triplet: 22, 9E and F0. RGB value is (34,158,240). Sum of RGB (Red+Green+Blue) = 34+158+240=432 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.87% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #229EF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EF0 is #DD610F. Grayscale: #818181. Windows color (decimal): -14508304 or 15769122. OLE color: 15769122.
HSL color Cylindrical-coordinate representation of color #229EF0: hue angle of 203.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229EF0 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 158 | 240 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.06 |
| HSL | 203.88º | 0.87% | 0.54% | - |
| HSV(B) | 203.88º | 0.86% | 0.94% | - |
| XYZ | 28.61 | 31.09 | 86.93 | - |
| YUV | 130.27 | 189.92 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 240 | 0.86 | 0.34 | 0 | 0.06 | 203.88 | 0.87 | 0.54 |
| Hex | 22 | 9E | F0 | 56 | 22 | 0 | 6 | CC | 57 | 36 |
| Octal | 42 | 236 | 360 | 126 | 42 | 0 | 6 | 314 | 127 | 66 |
| Binary | 100010 | 10011110 | 11110000 | 1010110 | 100010 | 0 | 110 | 11001100 | 1010111 | 110110 |
Color Harmonies of #229EF0
Complementary color
Monochromatic Colors of #229EF0
Black with #229EF0
Text Example
Text Example
White with #229EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EF0; }
p { color: rgb(34,158,240); }
H1.HeaderClassName
{
color: #229EF0;
}
.AnyTagClassName
{
color: #229EF0;
}
</style>
background-color css
<style>
a { background-color: #229EF0; }
a { background-color: rgb(34,158,240); }
div.DivClassName
{
background-color: #229EF0;
}
.BgClassName
{
background-color: #229EF0;
}
</style>
border-color css
<style>
span { border-color: #229EF0; }
span { border-color: rgb(34,158,240); }
td.TdClassName
{
border-color: #229EF0;
}
.TagClassName
{
border-color: #229EF0;
}
</style>