Shades of Dodger Blue #226DFB
Tints of Dodger Blue #226DFB
RGB
CMYK
RGB Variations
Color information
#226DFB (or 0x226DFB) is known color: Dodger Blue. HEX triplet: 22, 6D and FB. RGB value is (34,109,251). Sum of RGB (Red+Green+Blue) = 34+109+251=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #226DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226DFB is #DD9204. Grayscale: #666666. Windows color (decimal): -14520837 or 16477474. OLE color: 16477474.
HSL color Cylindrical-coordinate representation of color #226DFB: hue angle of 219.26º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226DFB is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 109 | 251 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.02 |
| HSL | 219.26º | 0.96% | 0.56% | - |
| HSV(B) | 219.26º | 0.86% | 0.98% | - |
| XYZ | 23.54 | 18.24 | 93.55 | - |
| YUV | 102.76 | 211.65 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 251 | 0.86 | 0.57 | 0 | 0.02 | 219.26 | 0.96 | 0.56 |
| Hex | 22 | 6D | FB | 56 | 39 | 0 | 2 | DB | 60 | 38 |
| Octal | 42 | 155 | 373 | 126 | 71 | 0 | 2 | 333 | 140 | 70 |
| Binary | 100010 | 1101101 | 11111011 | 1010110 | 111001 | 0 | 10 | 11011011 | 1100000 | 111000 |
Color Harmonies of #226DFB
Complementary color
Monochromatic Colors of #226DFB
Black with #226DFB
Text Example
Text Example
White with #226DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DFB; }
p { color: rgb(34,109,251); }
H1.HeaderClassName
{
color: #226DFB;
}
.AnyTagClassName
{
color: #226DFB;
}
</style>
background-color css
<style>
a { background-color: #226DFB; }
a { background-color: rgb(34,109,251); }
div.DivClassName
{
background-color: #226DFB;
}
.BgClassName
{
background-color: #226DFB;
}
</style>
border-color css
<style>
span { border-color: #226DFB; }
span { border-color: rgb(34,109,251); }
td.TdClassName
{
border-color: #226DFB;
}
.TagClassName
{
border-color: #226DFB;
}
</style>