Shades of Dodger Blue #229CE5
Tints of Dodger Blue #229CE5
RGB
CMYK
RGB Variations
Color information
#229CE5 (or 0x229CE5) is known color: Dodger Blue. HEX triplet: 22, 9C and E5. RGB value is (34,156,229). Sum of RGB (Red+Green+Blue) = 34+156+229=419 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.11% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #229CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CE5 is #DD631A. Grayscale: #7F7F7F. Windows color (decimal): -14508827 or 15047714. OLE color: 15047714.
HSL color Cylindrical-coordinate representation of color #229CE5: hue angle of 202.46º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229CE5 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 156 | 229 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.10 |
| HSL | 202.46º | 0.79% | 0.52% | - |
| HSV(B) | 202.46º | 0.85% | 0.9% | - |
| XYZ | 26.69 | 29.77 | 78.47 | - |
| YUV | 127.84 | 185.08 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 229 | 0.85 | 0.32 | 0 | 0.10 | 202.46 | 0.79 | 0.52 |
| Hex | 22 | 9C | E5 | 55 | 20 | 0 | A | CA | 4F | 34 |
| Octal | 42 | 234 | 345 | 125 | 40 | 0 | 12 | 312 | 117 | 64 |
| Binary | 100010 | 10011100 | 11100101 | 1010101 | 100000 | 0 | 1010 | 11001010 | 1001111 | 110100 |
Color Harmonies of #229CE5
Complementary color
Monochromatic Colors of #229CE5
Black with #229CE5
Text Example
Text Example
White with #229CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CE5; }
p { color: rgb(34,156,229); }
H1.HeaderClassName
{
color: #229CE5;
}
.AnyTagClassName
{
color: #229CE5;
}
</style>
background-color css
<style>
a { background-color: #229CE5; }
a { background-color: rgb(34,156,229); }
div.DivClassName
{
background-color: #229CE5;
}
.BgClassName
{
background-color: #229CE5;
}
</style>
border-color css
<style>
span { border-color: #229CE5; }
span { border-color: rgb(34,156,229); }
td.TdClassName
{
border-color: #229CE5;
}
.TagClassName
{
border-color: #229CE5;
}
</style>