Shades of Dodger Blue #228EE8
Tints of Dodger Blue #228EE8
RGB
CMYK
RGB Variations
Color information
#228EE8 (or 0x228EE8) is known color: Dodger Blue. HEX triplet: 22, 8E and E8. RGB value is (34,142,232). Sum of RGB (Red+Green+Blue) = 34+142+232=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #228EE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EE8 is #DD7117. Grayscale: #777777. Windows color (decimal): -14512408 or 15240738. OLE color: 15240738.
HSL color Cylindrical-coordinate representation of color #228EE8: hue angle of 207.27º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228EE8 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 142 | 232 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.09 |
| HSL | 207.27º | 0.81% | 0.52% | - |
| HSV(B) | 207.27º | 0.85% | 0.91% | - |
| XYZ | 24.9 | 25.51 | 79.96 | - |
| YUV | 119.97 | 191.22 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 232 | 0.85 | 0.39 | 0 | 0.09 | 207.27 | 0.81 | 0.52 |
| Hex | 22 | 8E | E8 | 55 | 27 | 0 | 9 | CF | 51 | 34 |
| Octal | 42 | 216 | 350 | 125 | 47 | 0 | 11 | 317 | 121 | 64 |
| Binary | 100010 | 10001110 | 11101000 | 1010101 | 100111 | 0 | 1001 | 11001111 | 1010001 | 110100 |
Color Harmonies of #228EE8
Complementary color
Monochromatic Colors of #228EE8
Black with #228EE8
Text Example
Text Example
White with #228EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228EE8; }
p { color: rgb(34,142,232); }
H1.HeaderClassName
{
color: #228EE8;
}
.AnyTagClassName
{
color: #228EE8;
}
</style>
background-color css
<style>
a { background-color: #228EE8; }
a { background-color: rgb(34,142,232); }
div.DivClassName
{
background-color: #228EE8;
}
.BgClassName
{
background-color: #228EE8;
}
</style>
border-color css
<style>
span { border-color: #228EE8; }
span { border-color: rgb(34,142,232); }
td.TdClassName
{
border-color: #228EE8;
}
.TagClassName
{
border-color: #228EE8;
}
</style>