Shades of Dodger Blue #226EFF
Tints of Dodger Blue #226EFF
RGB
CMYK
RGB Variations
Color information
#226EFF (or 0x226EFF) is known color: Dodger Blue. HEX triplet: 22, 6E and FF. RGB value is (34,110,255). Sum of RGB (Red+Green+Blue) = 34+110+255=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #226EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226EFF is #DD9100. Grayscale: #676767. Windows color (decimal): -14520577 or 16739874. OLE color: 16739874.
HSL color Cylindrical-coordinate representation of color #226EFF: hue angle of 219.37º 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 #226EFF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 110 | 255 | - |
| CMYK | 0.87 | 0.57 | 0 | 0 |
| HSL | 219.37º | 1% | 0.57% | - |
| HSV(B) | 219.37º | 0.87% | 1% | - |
| XYZ | 24.29 | 18.71 | 96.94 | - |
| YUV | 103.81 | 213.32 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 255 | 0.87 | 0.57 | 0 | 0 | 219.37 | 1 | 0.57 |
| Hex | 22 | 6E | FF | 57 | 39 | 0 | 0 | DB | 64 | 39 |
| Octal | 42 | 156 | 377 | 127 | 71 | 0 | 0 | 333 | 144 | 71 |
| Binary | 100010 | 1101110 | 11111111 | 1010111 | 111001 | 0 | 0 | 11011011 | 1100100 | 111001 |
Color Harmonies of #226EFF
Complementary color
Monochromatic Colors of #226EFF
Black with #226EFF
Text Example
Text Example
White with #226EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226EFF; }
p { color: rgb(34,110,255); }
H1.HeaderClassName
{
color: #226EFF;
}
.AnyTagClassName
{
color: #226EFF;
}
</style>
background-color css
<style>
a { background-color: #226EFF; }
a { background-color: rgb(34,110,255); }
div.DivClassName
{
background-color: #226EFF;
}
.BgClassName
{
background-color: #226EFF;
}
</style>
border-color css
<style>
span { border-color: #226EFF; }
span { border-color: rgb(34,110,255); }
td.TdClassName
{
border-color: #226EFF;
}
.TagClassName
{
border-color: #226EFF;
}
</style>