Shades of Dodger Blue #226DFE
Tints of Dodger Blue #226DFE
RGB
CMYK
RGB Variations
Color information
#226DFE (or 0x226DFE) is known color: Dodger Blue. HEX triplet: 22, 6D and FE. RGB value is (34,109,254). Sum of RGB (Red+Green+Blue) = 34+109+254=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #226DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226DFE is #DD9201. Grayscale: #666666. Windows color (decimal): -14520834 or 16674082. OLE color: 16674082.
HSL color Cylindrical-coordinate representation of color #226DFE: hue angle of 219.55º 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 #226DFE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 109 | 254 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.00 |
| HSL | 219.55º | 0.99% | 0.56% | - |
| HSV(B) | 219.55º | 0.87% | 1% | - |
| XYZ | 24.02 | 18.43 | 96.06 | - |
| YUV | 103.11 | 213.15 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 254 | 0.87 | 0.57 | 0 | 0.00 | 219.55 | 0.99 | 0.56 |
| Hex | 22 | 6D | FE | 57 | 39 | 0 | 0 | DC | 63 | 38 |
| Octal | 42 | 155 | 376 | 127 | 71 | 0 | 0 | 334 | 143 | 70 |
| Binary | 100010 | 1101101 | 11111110 | 1010111 | 111001 | 0 | 0 | 11011100 | 1100011 | 111000 |
Color Harmonies of #226DFE
Complementary color
Monochromatic Colors of #226DFE
Black with #226DFE
Text Example
Text Example
White with #226DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DFE; }
p { color: rgb(34,109,254); }
H1.HeaderClassName
{
color: #226DFE;
}
.AnyTagClassName
{
color: #226DFE;
}
</style>
background-color css
<style>
a { background-color: #226DFE; }
a { background-color: rgb(34,109,254); }
div.DivClassName
{
background-color: #226DFE;
}
.BgClassName
{
background-color: #226DFE;
}
</style>
border-color css
<style>
span { border-color: #226DFE; }
span { border-color: rgb(34,109,254); }
td.TdClassName
{
border-color: #226DFE;
}
.TagClassName
{
border-color: #226DFE;
}
</style>