Shades of Dodger Blue #227EFF
Tints of Dodger Blue #227EFF
RGB
CMYK
RGB Variations
Color information
#227EFF (or 0x227EFF) is known color: Dodger Blue. HEX triplet: 22, 7E and FF. RGB value is (34,126,255). Sum of RGB (Red+Green+Blue) = 34+126+255=415 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.19% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #227EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227EFF is #DD8100. Grayscale: #707070. Windows color (decimal): -14516481 or 16743970. OLE color: 16743970.
HSL color Cylindrical-coordinate representation of color #227EFF: hue angle of 215.02º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #227EFF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 126 | 255 | - |
| CMYK | 0.87 | 0.51 | 0 | 0 |
| HSL | 215.02º | 1% | 0.57% | - |
| HSV(B) | 215.02º | 0.87% | 1% | - |
| XYZ | 26.17 | 22.48 | 97.57 | - |
| YUV | 113.2 | 208.02 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 255 | 0.87 | 0.51 | 0 | 0 | 215.02 | 1 | 0.57 |
| Hex | 22 | 7E | FF | 57 | 33 | 0 | 0 | D7 | 64 | 39 |
| Octal | 42 | 176 | 377 | 127 | 63 | 0 | 0 | 327 | 144 | 71 |
| Binary | 100010 | 1111110 | 11111111 | 1010111 | 110011 | 0 | 0 | 11010111 | 1100100 | 111001 |
Color Harmonies of #227EFF
Complementary color
Monochromatic Colors of #227EFF
Black with #227EFF
Text Example
Text Example
White with #227EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227EFF; }
p { color: rgb(34,126,255); }
H1.HeaderClassName
{
color: #227EFF;
}
.AnyTagClassName
{
color: #227EFF;
}
</style>
background-color css
<style>
a { background-color: #227EFF; }
a { background-color: rgb(34,126,255); }
div.DivClassName
{
background-color: #227EFF;
}
.BgClassName
{
background-color: #227EFF;
}
</style>
border-color css
<style>
span { border-color: #227EFF; }
span { border-color: rgb(34,126,255); }
td.TdClassName
{
border-color: #227EFF;
}
.TagClassName
{
border-color: #227EFF;
}
</style>