Shades of Dodger Blue #227BDE
Tints of Dodger Blue #227BDE
RGB
CMYK
RGB Variations
Color information
#227BDE (or 0x227BDE) is known color: Dodger Blue. HEX triplet: 22, 7B and DE. RGB value is (34,123,222). Sum of RGB (Red+Green+Blue) = 34+123+222=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #227BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BDE is #DD8421. Grayscale: #6B6B6B. Windows color (decimal): -14517282 or 14580514. OLE color: 14580514.
HSL color Cylindrical-coordinate representation of color #227BDE: hue angle of 211.6º 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 #227BDE is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 123 | 222 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.13 |
| HSL | 211.6º | 0.74% | 0.5% | - |
| HSV(B) | 211.6º | 0.85% | 0.87% | - |
| XYZ | 20.93 | 19.78 | 71.82 | - |
| YUV | 107.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 222 | 0.85 | 0.45 | 0 | 0.13 | 211.6 | 0.74 | 0.5 |
| Hex | 22 | 7B | DE | 55 | 2D | 0 | D | D4 | 4A | 32 |
| Octal | 42 | 173 | 336 | 125 | 55 | 0 | 15 | 324 | 112 | 62 |
| Binary | 100010 | 1111011 | 11011110 | 1010101 | 101101 | 0 | 1101 | 11010100 | 1001010 | 110010 |
Color Harmonies of #227BDE
Complementary color
Monochromatic Colors of #227BDE
Black with #227BDE
Text Example
Text Example
White with #227BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BDE; }
p { color: rgb(34,123,222); }
H1.HeaderClassName
{
color: #227BDE;
}
.AnyTagClassName
{
color: #227BDE;
}
</style>
background-color css
<style>
a { background-color: #227BDE; }
a { background-color: rgb(34,123,222); }
div.DivClassName
{
background-color: #227BDE;
}
.BgClassName
{
background-color: #227BDE;
}
</style>
border-color css
<style>
span { border-color: #227BDE; }
span { border-color: rgb(34,123,222); }
td.TdClassName
{
border-color: #227BDE;
}
.TagClassName
{
border-color: #227BDE;
}
</style>