Shades of Dodger Blue #228FE9
Tints of Dodger Blue #228FE9
RGB
CMYK
RGB Variations
Color information
#228FE9 (or 0x228FE9) is known color: Dodger Blue. HEX triplet: 22, 8F and E9. RGB value is (34,143,233). Sum of RGB (Red+Green+Blue) = 34+143+233=410 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.29% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 233 (91.41% from 255 or 56.83% from 410); Max value from RGB is 233 - color contains mainly: blue. Hex color #228FE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228FE9 is #DD7016. Grayscale: #787878. Windows color (decimal): -14512151 or 15306530. OLE color: 15306530.
HSL color Cylindrical-coordinate representation of color #228FE9: hue angle of 207.14º 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 #228FE9 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 143 | 233 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.09 |
| HSL | 207.14º | 0.82% | 0.52% | - |
| HSV(B) | 207.14º | 0.85% | 0.91% | - |
| XYZ | 25.19 | 25.87 | 80.76 | - |
| YUV | 120.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 233 | 0.85 | 0.39 | 0 | 0.09 | 207.14 | 0.82 | 0.52 |
| Hex | 22 | 8F | E9 | 55 | 27 | 0 | 9 | CF | 52 | 34 |
| Octal | 42 | 217 | 351 | 125 | 47 | 0 | 11 | 317 | 122 | 64 |
| Binary | 100010 | 10001111 | 11101001 | 1010101 | 100111 | 0 | 1001 | 11001111 | 1010010 | 110100 |
Color Harmonies of #228FE9
Complementary color
Monochromatic Colors of #228FE9
Black with #228FE9
Text Example
Text Example
White with #228FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FE9; }
p { color: rgb(34,143,233); }
H1.HeaderClassName
{
color: #228FE9;
}
.AnyTagClassName
{
color: #228FE9;
}
</style>
background-color css
<style>
a { background-color: #228FE9; }
a { background-color: rgb(34,143,233); }
div.DivClassName
{
background-color: #228FE9;
}
.BgClassName
{
background-color: #228FE9;
}
</style>
border-color css
<style>
span { border-color: #228FE9; }
span { border-color: rgb(34,143,233); }
td.TdClassName
{
border-color: #228FE9;
}
.TagClassName
{
border-color: #228FE9;
}
</style>