Shades of Dodger Blue #229CE6
Tints of Dodger Blue #229CE6
RGB
CMYK
RGB Variations
Color information
#229CE6 (or 0x229CE6) is known color: Dodger Blue. HEX triplet: 22, 9C and E6. RGB value is (34,156,230). Sum of RGB (Red+Green+Blue) = 34+156+230=420 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.10% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #229CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CE6 is #DD6319. Grayscale: #7F7F7F. Windows color (decimal): -14508826 or 15113250. OLE color: 15113250.
HSL color Cylindrical-coordinate representation of color #229CE6: hue angle of 202.65º degrees, saturation: 0.8, 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 #229CE6 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 156 | 230 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.10 |
| HSL | 202.65º | 0.8% | 0.52% | - |
| HSV(B) | 202.65º | 0.85% | 0.9% | - |
| XYZ | 26.83 | 29.83 | 79.21 | - |
| YUV | 127.96 | 185.58 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 230 | 0.85 | 0.32 | 0 | 0.10 | 202.65 | 0.8 | 0.52 |
| Hex | 22 | 9C | E6 | 55 | 20 | 0 | A | CB | 50 | 34 |
| Octal | 42 | 234 | 346 | 125 | 40 | 0 | 12 | 313 | 120 | 64 |
| Binary | 100010 | 10011100 | 11100110 | 1010101 | 100000 | 0 | 1010 | 11001011 | 1010000 | 110100 |
Color Harmonies of #229CE6
Complementary color
Monochromatic Colors of #229CE6
Black with #229CE6
Text Example
Text Example
White with #229CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CE6; }
p { color: rgb(34,156,230); }
H1.HeaderClassName
{
color: #229CE6;
}
.AnyTagClassName
{
color: #229CE6;
}
</style>
background-color css
<style>
a { background-color: #229CE6; }
a { background-color: rgb(34,156,230); }
div.DivClassName
{
background-color: #229CE6;
}
.BgClassName
{
background-color: #229CE6;
}
</style>
border-color css
<style>
span { border-color: #229CE6; }
span { border-color: rgb(34,156,230); }
td.TdClassName
{
border-color: #229CE6;
}
.TagClassName
{
border-color: #229CE6;
}
</style>