Shades of Dodger Blue #226AFE
Tints of Dodger Blue #226AFE
RGB
CMYK
RGB Variations
Color information
#226AFE (or 0x226AFE) is known color: Dodger Blue. HEX triplet: 22, 6A and FE. RGB value is (34,106,254). Sum of RGB (Red+Green+Blue) = 34+106+254=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #226AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226AFE is #DD9501. Grayscale: #646464. Windows color (decimal): -14521602 or 16673314. OLE color: 16673314.
HSL color Cylindrical-coordinate representation of color #226AFE: hue angle of 220.36º 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 #226AFE is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 106 | 254 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.00 |
| HSL | 220.36º | 0.99% | 0.56% | - |
| HSV(B) | 220.36º | 0.87% | 1% | - |
| XYZ | 23.7 | 17.8 | 95.95 | - |
| YUV | 101.34 | 214.15 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 254 | 0.87 | 0.58 | 0 | 0.00 | 220.36 | 0.99 | 0.56 |
| Hex | 22 | 6A | FE | 57 | 3A | 0 | 0 | DC | 63 | 38 |
| Octal | 42 | 152 | 376 | 127 | 72 | 0 | 0 | 334 | 143 | 70 |
| Binary | 100010 | 1101010 | 11111110 | 1010111 | 111010 | 0 | 0 | 11011100 | 1100011 | 111000 |
Color Harmonies of #226AFE
Complementary color
Monochromatic Colors of #226AFE
Black with #226AFE
Text Example
Text Example
White with #226AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226AFE; }
p { color: rgb(34,106,254); }
H1.HeaderClassName
{
color: #226AFE;
}
.AnyTagClassName
{
color: #226AFE;
}
</style>
background-color css
<style>
a { background-color: #226AFE; }
a { background-color: rgb(34,106,254); }
div.DivClassName
{
background-color: #226AFE;
}
.BgClassName
{
background-color: #226AFE;
}
</style>
border-color css
<style>
span { border-color: #226AFE; }
span { border-color: rgb(34,106,254); }
td.TdClassName
{
border-color: #226AFE;
}
.TagClassName
{
border-color: #226AFE;
}
</style>