Shades of Dodger Blue #228CE9
Tints of Dodger Blue #228CE9
RGB
CMYK
RGB Variations
Color information
#228CE9 (or 0x228CE9) is known color: Dodger Blue. HEX triplet: 22, 8C and E9. RGB value is (34,140,233). Sum of RGB (Red+Green+Blue) = 34+140+233=407 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.35% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #228CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CE9 is #DD7316. Grayscale: #767676. Windows color (decimal): -14512919 or 15305762. OLE color: 15305762.
HSL color Cylindrical-coordinate representation of color #228CE9: hue angle of 208.04º degrees, saturation: 0.82, 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 #228CE9 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 140 | 233 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.09 |
| HSL | 208.04º | 0.82% | 0.52% | - |
| HSV(B) | 208.04º | 0.85% | 0.91% | - |
| XYZ | 24.75 | 24.98 | 80.61 | - |
| YUV | 118.91 | 192.38 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 233 | 0.85 | 0.40 | 0 | 0.09 | 208.04 | 0.82 | 0.52 |
| Hex | 22 | 8C | E9 | 55 | 28 | 0 | 9 | D0 | 52 | 34 |
| Octal | 42 | 214 | 351 | 125 | 50 | 0 | 11 | 320 | 122 | 64 |
| Binary | 100010 | 10001100 | 11101001 | 1010101 | 101000 | 0 | 1001 | 11010000 | 1010010 | 110100 |
Color Harmonies of #228CE9
Complementary color
Monochromatic Colors of #228CE9
Black with #228CE9
Text Example
Text Example
White with #228CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228CE9; }
p { color: rgb(34,140,233); }
H1.HeaderClassName
{
color: #228CE9;
}
.AnyTagClassName
{
color: #228CE9;
}
</style>
background-color css
<style>
a { background-color: #228CE9; }
a { background-color: rgb(34,140,233); }
div.DivClassName
{
background-color: #228CE9;
}
.BgClassName
{
background-color: #228CE9;
}
</style>
border-color css
<style>
span { border-color: #228CE9; }
span { border-color: rgb(34,140,233); }
td.TdClassName
{
border-color: #228CE9;
}
.TagClassName
{
border-color: #228CE9;
}
</style>