Shades of Dodger Blue #227EDB
Tints of Dodger Blue #227EDB
RGB
CMYK
RGB Variations
Color information
#227EDB (or 0x227EDB) is known color: Dodger Blue. HEX triplet: 22, 7E and DB. RGB value is (34,126,219). Sum of RGB (Red+Green+Blue) = 34+126+219=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #227EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227EDB is #DD8124. Grayscale: #6C6C6C. Windows color (decimal): -14516517 or 14384674. OLE color: 14384674.
HSL color Cylindrical-coordinate representation of color #227EDB: hue angle of 210.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227EDB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 126 | 219 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.14 |
| HSL | 210.16º | 0.73% | 0.5% | - |
| HSV(B) | 210.16º | 0.84% | 0.86% | - |
| XYZ | 20.91 | 20.38 | 69.85 | - |
| YUV | 109.09 | 190.02 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 219 | 0.84 | 0.42 | 0 | 0.14 | 210.16 | 0.73 | 0.5 |
| Hex | 22 | 7E | DB | 54 | 2A | 0 | E | D2 | 49 | 32 |
| Octal | 42 | 176 | 333 | 124 | 52 | 0 | 16 | 322 | 111 | 62 |
| Binary | 100010 | 1111110 | 11011011 | 1010100 | 101010 | 0 | 1110 | 11010010 | 1001001 | 110010 |
Color Harmonies of #227EDB
Complementary color
Monochromatic Colors of #227EDB
Black with #227EDB
Text Example
Text Example
White with #227EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227EDB; }
p { color: rgb(34,126,219); }
H1.HeaderClassName
{
color: #227EDB;
}
.AnyTagClassName
{
color: #227EDB;
}
</style>
background-color css
<style>
a { background-color: #227EDB; }
a { background-color: rgb(34,126,219); }
div.DivClassName
{
background-color: #227EDB;
}
.BgClassName
{
background-color: #227EDB;
}
</style>
border-color css
<style>
span { border-color: #227EDB; }
span { border-color: rgb(34,126,219); }
td.TdClassName
{
border-color: #227EDB;
}
.TagClassName
{
border-color: #227EDB;
}
</style>