Shades of Dodger Blue #227FDD
Tints of Dodger Blue #227FDD
RGB
CMYK
RGB Variations
Color information
#227FDD (or 0x227FDD) is known color: Dodger Blue. HEX triplet: 22, 7F and DD. RGB value is (34,127,221). Sum of RGB (Red+Green+Blue) = 34+127+221=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #227FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FDD is #DD8022. Grayscale: #6D6D6D. Windows color (decimal): -14516259 or 14516002. OLE color: 14516002.
HSL color Cylindrical-coordinate representation of color #227FDD: hue angle of 210.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227FDD is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 127 | 221 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.13 |
| HSL | 210.16º | 0.73% | 0.5% | - |
| HSV(B) | 210.16º | 0.85% | 0.87% | - |
| XYZ | 21.3 | 20.74 | 71.29 | - |
| YUV | 109.91 | 190.69 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 221 | 0.85 | 0.43 | 0 | 0.13 | 210.16 | 0.73 | 0.5 |
| Hex | 22 | 7F | DD | 55 | 2B | 0 | D | D2 | 49 | 32 |
| Octal | 42 | 177 | 335 | 125 | 53 | 0 | 15 | 322 | 111 | 62 |
| Binary | 100010 | 1111111 | 11011101 | 1010101 | 101011 | 0 | 1101 | 11010010 | 1001001 | 110010 |
Color Harmonies of #227FDD
Complementary color
Monochromatic Colors of #227FDD
Black with #227FDD
Text Example
Text Example
White with #227FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FDD; }
p { color: rgb(34,127,221); }
H1.HeaderClassName
{
color: #227FDD;
}
.AnyTagClassName
{
color: #227FDD;
}
</style>
background-color css
<style>
a { background-color: #227FDD; }
a { background-color: rgb(34,127,221); }
div.DivClassName
{
background-color: #227FDD;
}
.BgClassName
{
background-color: #227FDD;
}
</style>
border-color css
<style>
span { border-color: #227FDD; }
span { border-color: rgb(34,127,221); }
td.TdClassName
{
border-color: #227FDD;
}
.TagClassName
{
border-color: #227FDD;
}
</style>