Shades of Dodger Blue #227FDB
Tints of Dodger Blue #227FDB
RGB
CMYK
RGB Variations
Color information
#227FDB (or 0x227FDB) is known color: Dodger Blue. HEX triplet: 22, 7F and DB. RGB value is (34,127,219). Sum of RGB (Red+Green+Blue) = 34+127+219=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #227FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FDB is #DD8024. Grayscale: #6D6D6D. Windows color (decimal): -14516261 or 14384930. OLE color: 14384930.
HSL color Cylindrical-coordinate representation of color #227FDB: hue angle of 209.84º 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 #227FDB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 127 | 219 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.14 |
| HSL | 209.84º | 0.73% | 0.5% | - |
| HSV(B) | 209.84º | 0.84% | 0.86% | - |
| XYZ | 21.04 | 20.63 | 69.89 | - |
| YUV | 109.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 219 | 0.84 | 0.42 | 0 | 0.14 | 209.84 | 0.73 | 0.5 |
| Hex | 22 | 7F | DB | 54 | 2A | 0 | E | D2 | 49 | 32 |
| Octal | 42 | 177 | 333 | 124 | 52 | 0 | 16 | 322 | 111 | 62 |
| Binary | 100010 | 1111111 | 11011011 | 1010100 | 101010 | 0 | 1110 | 11010010 | 1001001 | 110010 |
Color Harmonies of #227FDB
Complementary color
Monochromatic Colors of #227FDB
Black with #227FDB
Text Example
Text Example
White with #227FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FDB; }
p { color: rgb(34,127,219); }
H1.HeaderClassName
{
color: #227FDB;
}
.AnyTagClassName
{
color: #227FDB;
}
</style>
background-color css
<style>
a { background-color: #227FDB; }
a { background-color: rgb(34,127,219); }
div.DivClassName
{
background-color: #227FDB;
}
.BgClassName
{
background-color: #227FDB;
}
</style>
border-color css
<style>
span { border-color: #227FDB; }
span { border-color: rgb(34,127,219); }
td.TdClassName
{
border-color: #227FDB;
}
.TagClassName
{
border-color: #227FDB;
}
</style>