Shades of Dodger Blue #229FEA
Tints of Dodger Blue #229FEA
RGB
CMYK
RGB Variations
Color information
#229FEA (or 0x229FEA) is known color: Dodger Blue. HEX triplet: 22, 9F and EA. RGB value is (34,159,234). Sum of RGB (Red+Green+Blue) = 34+159+234=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #229FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FEA is #DD6015. Grayscale: #818181. Windows color (decimal): -14508054 or 15376162. OLE color: 15376162.
HSL color Cylindrical-coordinate representation of color #229FEA: hue angle of 202.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229FEA is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 159 | 234 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.08 |
| HSL | 202.5º | 0.83% | 0.53% | - |
| HSV(B) | 202.5º | 0.85% | 0.92% | - |
| XYZ | 27.91 | 31.08 | 82.37 | - |
| YUV | 130.18 | 186.59 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 234 | 0.85 | 0.32 | 0 | 0.08 | 202.5 | 0.83 | 0.53 |
| Hex | 22 | 9F | EA | 55 | 20 | 0 | 8 | CA | 53 | 35 |
| Octal | 42 | 237 | 352 | 125 | 40 | 0 | 10 | 312 | 123 | 65 |
| Binary | 100010 | 10011111 | 11101010 | 1010101 | 100000 | 0 | 1000 | 11001010 | 1010011 | 110101 |
Color Harmonies of #229FEA
Complementary color
Monochromatic Colors of #229FEA
Black with #229FEA
Text Example
Text Example
White with #229FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FEA; }
p { color: rgb(34,159,234); }
H1.HeaderClassName
{
color: #229FEA;
}
.AnyTagClassName
{
color: #229FEA;
}
</style>
background-color css
<style>
a { background-color: #229FEA; }
a { background-color: rgb(34,159,234); }
div.DivClassName
{
background-color: #229FEA;
}
.BgClassName
{
background-color: #229FEA;
}
</style>
border-color css
<style>
span { border-color: #229FEA; }
span { border-color: rgb(34,159,234); }
td.TdClassName
{
border-color: #229FEA;
}
.TagClassName
{
border-color: #229FEA;
}
</style>