Shades of Dodger Blue #229BE4
Tints of Dodger Blue #229BE4
RGB
CMYK
RGB Variations
Color information
#229BE4 (or 0x229BE4) is known color: Dodger Blue. HEX triplet: 22, 9B and E4. RGB value is (34,155,228). Sum of RGB (Red+Green+Blue) = 34+155+228=417 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.15% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #229BE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BE4 is #DD641B. Grayscale: #7E7E7E. Windows color (decimal): -14509084 or 14981922. OLE color: 14981922.
HSL color Cylindrical-coordinate representation of color #229BE4: hue angle of 202.58º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229BE4 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 155 | 228 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.11 |
| HSL | 202.58º | 0.78% | 0.51% | - |
| HSV(B) | 202.58º | 0.85% | 0.89% | - |
| XYZ | 26.38 | 29.38 | 77.68 | - |
| YUV | 127.14 | 184.91 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 228 | 0.85 | 0.32 | 0 | 0.11 | 202.58 | 0.78 | 0.51 |
| Hex | 22 | 9B | E4 | 55 | 20 | 0 | B | CB | 4E | 33 |
| Octal | 42 | 233 | 344 | 125 | 40 | 0 | 13 | 313 | 116 | 63 |
| Binary | 100010 | 10011011 | 11100100 | 1010101 | 100000 | 0 | 1011 | 11001011 | 1001110 | 110011 |
Color Harmonies of #229BE4
Complementary color
Monochromatic Colors of #229BE4
Black with #229BE4
Text Example
Text Example
White with #229BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BE4; }
p { color: rgb(34,155,228); }
H1.HeaderClassName
{
color: #229BE4;
}
.AnyTagClassName
{
color: #229BE4;
}
</style>
background-color css
<style>
a { background-color: #229BE4; }
a { background-color: rgb(34,155,228); }
div.DivClassName
{
background-color: #229BE4;
}
.BgClassName
{
background-color: #229BE4;
}
</style>
border-color css
<style>
span { border-color: #229BE4; }
span { border-color: rgb(34,155,228); }
td.TdClassName
{
border-color: #229BE4;
}
.TagClassName
{
border-color: #229BE4;
}
</style>