Shades of Dodger Blue #228FE2
Tints of Dodger Blue #228FE2
RGB
CMYK
RGB Variations
Color information
#228FE2 (or 0x228FE2) is known color: Dodger Blue. HEX triplet: 22, 8F and E2. RGB value is (34,143,226). Sum of RGB (Red+Green+Blue) = 34+143+226=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #228FE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FE2 is #DD701D. Grayscale: #777777. Windows color (decimal): -14512158 or 14847778. OLE color: 14847778.
HSL color Cylindrical-coordinate representation of color #228FE2: hue angle of 205.94º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228FE2 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 143 | 226 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.11 |
| HSL | 205.94º | 0.77% | 0.51% | - |
| HSV(B) | 205.94º | 0.85% | 0.89% | - |
| XYZ | 24.21 | 25.48 | 75.59 | - |
| YUV | 119.87 | 187.89 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 226 | 0.85 | 0.37 | 0 | 0.11 | 205.94 | 0.77 | 0.51 |
| Hex | 22 | 8F | E2 | 55 | 25 | 0 | B | CE | 4D | 33 |
| Octal | 42 | 217 | 342 | 125 | 45 | 0 | 13 | 316 | 115 | 63 |
| Binary | 100010 | 10001111 | 11100010 | 1010101 | 100101 | 0 | 1011 | 11001110 | 1001101 | 110011 |
Color Harmonies of #228FE2
Complementary color
Monochromatic Colors of #228FE2
Black with #228FE2
Text Example
Text Example
White with #228FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FE2; }
p { color: rgb(34,143,226); }
H1.HeaderClassName
{
color: #228FE2;
}
.AnyTagClassName
{
color: #228FE2;
}
</style>
background-color css
<style>
a { background-color: #228FE2; }
a { background-color: rgb(34,143,226); }
div.DivClassName
{
background-color: #228FE2;
}
.BgClassName
{
background-color: #228FE2;
}
</style>
border-color css
<style>
span { border-color: #228FE2; }
span { border-color: rgb(34,143,226); }
td.TdClassName
{
border-color: #228FE2;
}
.TagClassName
{
border-color: #228FE2;
}
</style>