Shades of Dodger Blue #228BEC
Tints of Dodger Blue #228BEC
RGB
CMYK
RGB Variations
Color information
#228BEC (or 0x228BEC) is known color: Dodger Blue. HEX triplet: 22, 8B and EC. RGB value is (34,139,236). Sum of RGB (Red+Green+Blue) = 34+139+236=409 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.31% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #228BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228BEC is #DD7413. Grayscale: #767676. Windows color (decimal): -14513172 or 15502114. OLE color: 15502114.
HSL color Cylindrical-coordinate representation of color #228BEC: hue angle of 208.81º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228BEC is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 139 | 236 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.07 |
| HSL | 208.81º | 0.84% | 0.53% | - |
| HSV(B) | 208.81º | 0.86% | 0.93% | - |
| XYZ | 25.03 | 24.86 | 82.84 | - |
| YUV | 118.66 | 194.21 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 236 | 0.86 | 0.41 | 0 | 0.07 | 208.81 | 0.84 | 0.53 |
| Hex | 22 | 8B | EC | 56 | 29 | 0 | 7 | D1 | 54 | 35 |
| Octal | 42 | 213 | 354 | 126 | 51 | 0 | 7 | 321 | 124 | 65 |
| Binary | 100010 | 10001011 | 11101100 | 1010110 | 101001 | 0 | 111 | 11010001 | 1010100 | 110101 |
Color Harmonies of #228BEC
Complementary color
Monochromatic Colors of #228BEC
Black with #228BEC
Text Example
Text Example
White with #228BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BEC; }
p { color: rgb(34,139,236); }
H1.HeaderClassName
{
color: #228BEC;
}
.AnyTagClassName
{
color: #228BEC;
}
</style>
background-color css
<style>
a { background-color: #228BEC; }
a { background-color: rgb(34,139,236); }
div.DivClassName
{
background-color: #228BEC;
}
.BgClassName
{
background-color: #228BEC;
}
</style>
border-color css
<style>
span { border-color: #228BEC; }
span { border-color: rgb(34,139,236); }
td.TdClassName
{
border-color: #228BEC;
}
.TagClassName
{
border-color: #228BEC;
}
</style>