Shades of Dodger Blue #227ADE
Tints of Dodger Blue #227ADE
RGB
CMYK
RGB Variations
Color information
#227ADE (or 0x227ADE) is known color: Dodger Blue. HEX triplet: 22, 7A and DE. RGB value is (34,122,222). Sum of RGB (Red+Green+Blue) = 34+122+222=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #227ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ADE is #DD8521. Grayscale: #6A6A6A. Windows color (decimal): -14517538 or 14580258. OLE color: 14580258.
HSL color Cylindrical-coordinate representation of color #227ADE: hue angle of 211.91º degrees, saturation: 0.74, 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 #227ADE is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 122 | 222 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.13 |
| HSL | 211.91º | 0.74% | 0.5% | - |
| HSV(B) | 211.91º | 0.85% | 0.87% | - |
| XYZ | 20.8 | 19.53 | 71.78 | - |
| YUV | 107.09 | 192.85 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 222 | 0.85 | 0.45 | 0 | 0.13 | 211.91 | 0.74 | 0.5 |
| Hex | 22 | 7A | DE | 55 | 2D | 0 | D | D4 | 4A | 32 |
| Octal | 42 | 172 | 336 | 125 | 55 | 0 | 15 | 324 | 112 | 62 |
| Binary | 100010 | 1111010 | 11011110 | 1010101 | 101101 | 0 | 1101 | 11010100 | 1001010 | 110010 |
Color Harmonies of #227ADE
Complementary color
Monochromatic Colors of #227ADE
Black with #227ADE
Text Example
Text Example
White with #227ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227ADE; }
p { color: rgb(34,122,222); }
H1.HeaderClassName
{
color: #227ADE;
}
.AnyTagClassName
{
color: #227ADE;
}
</style>
background-color css
<style>
a { background-color: #227ADE; }
a { background-color: rgb(34,122,222); }
div.DivClassName
{
background-color: #227ADE;
}
.BgClassName
{
background-color: #227ADE;
}
</style>
border-color css
<style>
span { border-color: #227ADE; }
span { border-color: rgb(34,122,222); }
td.TdClassName
{
border-color: #227ADE;
}
.TagClassName
{
border-color: #227ADE;
}
</style>