Shades of Dodger Blue #227FE9
Tints of Dodger Blue #227FE9
RGB
CMYK
RGB Variations
Color information
#227FE9 (or 0x227FE9) is known color: Dodger Blue. HEX triplet: 22, 7F and E9. RGB value is (34,127,233). Sum of RGB (Red+Green+Blue) = 34+127+233=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 233 (91.41% from 255 or 59.14% from 394); Max value from RGB is 233 - color contains mainly: blue. Hex color #227FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227FE9 is #DD8016. Grayscale: #6E6E6E. Windows color (decimal): -14516247 or 15302434. OLE color: 15302434.
HSL color Cylindrical-coordinate representation of color #227FE9: hue angle of 211.96º 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 #227FE9 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 127 | 233 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.09 |
| HSL | 211.96º | 0.82% | 0.52% | - |
| HSV(B) | 211.96º | 0.85% | 0.91% | - |
| XYZ | 22.96 | 21.4 | 80.01 | - |
| YUV | 111.28 | 196.69 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 233 | 0.85 | 0.45 | 0 | 0.09 | 211.96 | 0.82 | 0.52 |
| Hex | 22 | 7F | E9 | 55 | 2D | 0 | 9 | D4 | 52 | 34 |
| Octal | 42 | 177 | 351 | 125 | 55 | 0 | 11 | 324 | 122 | 64 |
| Binary | 100010 | 1111111 | 11101001 | 1010101 | 101101 | 0 | 1001 | 11010100 | 1010010 | 110100 |
Color Harmonies of #227FE9
Complementary color
Monochromatic Colors of #227FE9
Black with #227FE9
Text Example
Text Example
White with #227FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FE9; }
p { color: rgb(34,127,233); }
H1.HeaderClassName
{
color: #227FE9;
}
.AnyTagClassName
{
color: #227FE9;
}
</style>
background-color css
<style>
a { background-color: #227FE9; }
a { background-color: rgb(34,127,233); }
div.DivClassName
{
background-color: #227FE9;
}
.BgClassName
{
background-color: #227FE9;
}
</style>
border-color css
<style>
span { border-color: #227FE9; }
span { border-color: rgb(34,127,233); }
td.TdClassName
{
border-color: #227FE9;
}
.TagClassName
{
border-color: #227FE9;
}
</style>