Shades of Dodger Blue #228BE8
Tints of Dodger Blue #228BE8
RGB
CMYK
RGB Variations
Color information
#228BE8 (or 0x228BE8) is known color: Dodger Blue. HEX triplet: 22, 8B and E8. RGB value is (34,139,232). Sum of RGB (Red+Green+Blue) = 34+139+232=405 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.40% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #228BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228BE8 is #DD7417. Grayscale: #757575. Windows color (decimal): -14513176 or 15239970. OLE color: 15239970.
HSL color Cylindrical-coordinate representation of color #228BE8: hue angle of 208.18º 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 #228BE8 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 139 | 232 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.09 |
| HSL | 208.18º | 0.81% | 0.52% | - |
| HSV(B) | 208.18º | 0.85% | 0.91% | - |
| XYZ | 24.46 | 24.63 | 79.81 | - |
| YUV | 118.21 | 192.21 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 232 | 0.85 | 0.40 | 0 | 0.09 | 208.18 | 0.81 | 0.52 |
| Hex | 22 | 8B | E8 | 55 | 28 | 0 | 9 | D0 | 51 | 34 |
| Octal | 42 | 213 | 350 | 125 | 50 | 0 | 11 | 320 | 121 | 64 |
| Binary | 100010 | 10001011 | 11101000 | 1010101 | 101000 | 0 | 1001 | 11010000 | 1010001 | 110100 |
Color Harmonies of #228BE8
Complementary color
Monochromatic Colors of #228BE8
Black with #228BE8
Text Example
Text Example
White with #228BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BE8; }
p { color: rgb(34,139,232); }
H1.HeaderClassName
{
color: #228BE8;
}
.AnyTagClassName
{
color: #228BE8;
}
</style>
background-color css
<style>
a { background-color: #228BE8; }
a { background-color: rgb(34,139,232); }
div.DivClassName
{
background-color: #228BE8;
}
.BgClassName
{
background-color: #228BE8;
}
</style>
border-color css
<style>
span { border-color: #228BE8; }
span { border-color: rgb(34,139,232); }
td.TdClassName
{
border-color: #228BE8;
}
.TagClassName
{
border-color: #228BE8;
}
</style>