Shades of Dodger Blue #226CFE
Tints of Dodger Blue #226CFE
RGB
CMYK
RGB Variations
Color information
#226CFE (or 0x226CFE) is known color: Dodger Blue. HEX triplet: 22, 6C and FE. RGB value is (34,108,254). Sum of RGB (Red+Green+Blue) = 34+108+254=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #226CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CFE is #DD9301. Grayscale: #656565. Windows color (decimal): -14521090 or 16673826. OLE color: 16673826.
HSL color Cylindrical-coordinate representation of color #226CFE: hue angle of 219.82º 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 #226CFE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 108 | 254 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.00 |
| HSL | 219.82º | 0.99% | 0.56% | - |
| HSV(B) | 219.82º | 0.87% | 1% | - |
| XYZ | 23.91 | 18.22 | 96.02 | - |
| YUV | 102.52 | 213.48 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 254 | 0.87 | 0.57 | 0 | 0.00 | 219.82 | 0.99 | 0.56 |
| Hex | 22 | 6C | FE | 57 | 39 | 0 | 0 | DC | 63 | 38 |
| Octal | 42 | 154 | 376 | 127 | 71 | 0 | 0 | 334 | 143 | 70 |
| Binary | 100010 | 1101100 | 11111110 | 1010111 | 111001 | 0 | 0 | 11011100 | 1100011 | 111000 |
Color Harmonies of #226CFE
Complementary color
Monochromatic Colors of #226CFE
Black with #226CFE
Text Example
Text Example
White with #226CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CFE; }
p { color: rgb(34,108,254); }
H1.HeaderClassName
{
color: #226CFE;
}
.AnyTagClassName
{
color: #226CFE;
}
</style>
background-color css
<style>
a { background-color: #226CFE; }
a { background-color: rgb(34,108,254); }
div.DivClassName
{
background-color: #226CFE;
}
.BgClassName
{
background-color: #226CFE;
}
</style>
border-color css
<style>
span { border-color: #226CFE; }
span { border-color: rgb(34,108,254); }
td.TdClassName
{
border-color: #226CFE;
}
.TagClassName
{
border-color: #226CFE;
}
</style>