Shades of Dodger Blue #229BEA
Tints of Dodger Blue #229BEA
RGB
CMYK
RGB Variations
Color information
#229BEA (or 0x229BEA) is known color: Dodger Blue. HEX triplet: 22, 9B and EA. RGB value is (34,155,234). Sum of RGB (Red+Green+Blue) = 34+155+234=423 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.04% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #229BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229BEA is #DD6415. Grayscale: #7F7F7F. Windows color (decimal): -14509078 or 15375138. OLE color: 15375138.
HSL color Cylindrical-coordinate representation of color #229BEA: hue angle of 203.7º 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 #229BEA is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 155 | 234 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.08 |
| HSL | 203.7º | 0.83% | 0.53% | - |
| HSV(B) | 203.7º | 0.85% | 0.92% | - |
| XYZ | 27.23 | 29.72 | 82.14 | - |
| YUV | 127.83 | 187.91 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 234 | 0.85 | 0.34 | 0 | 0.08 | 203.7 | 0.83 | 0.53 |
| Hex | 22 | 9B | EA | 55 | 22 | 0 | 8 | CC | 53 | 35 |
| Octal | 42 | 233 | 352 | 125 | 42 | 0 | 10 | 314 | 123 | 65 |
| Binary | 100010 | 10011011 | 11101010 | 1010101 | 100010 | 0 | 1000 | 11001100 | 1010011 | 110101 |
Color Harmonies of #229BEA
Complementary color
Monochromatic Colors of #229BEA
Black with #229BEA
Text Example
Text Example
White with #229BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BEA; }
p { color: rgb(34,155,234); }
H1.HeaderClassName
{
color: #229BEA;
}
.AnyTagClassName
{
color: #229BEA;
}
</style>
background-color css
<style>
a { background-color: #229BEA; }
a { background-color: rgb(34,155,234); }
div.DivClassName
{
background-color: #229BEA;
}
.BgClassName
{
background-color: #229BEA;
}
</style>
border-color css
<style>
span { border-color: #229BEA; }
span { border-color: rgb(34,155,234); }
td.TdClassName
{
border-color: #229BEA;
}
.TagClassName
{
border-color: #229BEA;
}
</style>