Shades of Dodger Blue #226EFE
Tints of Dodger Blue #226EFE
RGB
CMYK
RGB Variations
Color information
#226EFE (or 0x226EFE) is known color: Dodger Blue. HEX triplet: 22, 6E and FE. RGB value is (34,110,254). Sum of RGB (Red+Green+Blue) = 34+110+254=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #226EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226EFE is #DD9101. Grayscale: #676767. Windows color (decimal): -14520578 or 16674338. OLE color: 16674338.
HSL color Cylindrical-coordinate representation of color #226EFE: hue angle of 219.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #226EFE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 110 | 254 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.00 |
| HSL | 219.27º | 0.99% | 0.56% | - |
| HSV(B) | 219.27º | 0.87% | 1% | - |
| XYZ | 24.13 | 18.65 | 96.09 | - |
| YUV | 103.69 | 212.82 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 254 | 0.87 | 0.57 | 0 | 0.00 | 219.27 | 0.99 | 0.56 |
| Hex | 22 | 6E | FE | 57 | 39 | 0 | 0 | DB | 63 | 38 |
| Octal | 42 | 156 | 376 | 127 | 71 | 0 | 0 | 333 | 143 | 70 |
| Binary | 100010 | 1101110 | 11111110 | 1010111 | 111001 | 0 | 0 | 11011011 | 1100011 | 111000 |
Color Harmonies of #226EFE
Complementary color
Monochromatic Colors of #226EFE
Black with #226EFE
Text Example
Text Example
White with #226EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226EFE; }
p { color: rgb(34,110,254); }
H1.HeaderClassName
{
color: #226EFE;
}
.AnyTagClassName
{
color: #226EFE;
}
</style>
background-color css
<style>
a { background-color: #226EFE; }
a { background-color: rgb(34,110,254); }
div.DivClassName
{
background-color: #226EFE;
}
.BgClassName
{
background-color: #226EFE;
}
</style>
border-color css
<style>
span { border-color: #226EFE; }
span { border-color: rgb(34,110,254); }
td.TdClassName
{
border-color: #226EFE;
}
.TagClassName
{
border-color: #226EFE;
}
</style>