Shades of Dodger Blue #227BE0
Tints of Dodger Blue #227BE0
RGB
CMYK
RGB Variations
Color information
#227BE0 (or 0x227BE0) is known color: Dodger Blue. HEX triplet: 22, 7B and E0. RGB value is (34,123,224). Sum of RGB (Red+Green+Blue) = 34+123+224=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #227BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BE0 is #DD841F. Grayscale: #6B6B6B. Windows color (decimal): -14517280 or 14711586. OLE color: 14711586.
HSL color Cylindrical-coordinate representation of color #227BE0: hue angle of 211.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227BE0 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 123 | 224 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.12 |
| HSL | 211.89º | 0.75% | 0.51% | - |
| HSV(B) | 211.89º | 0.85% | 0.88% | - |
| XYZ | 21.2 | 19.89 | 73.24 | - |
| YUV | 107.9 | 193.51 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 224 | 0.85 | 0.45 | 0 | 0.12 | 211.89 | 0.75 | 0.51 |
| Hex | 22 | 7B | E0 | 55 | 2D | 0 | C | D4 | 4B | 33 |
| Octal | 42 | 173 | 340 | 125 | 55 | 0 | 14 | 324 | 113 | 63 |
| Binary | 100010 | 1111011 | 11100000 | 1010101 | 101101 | 0 | 1100 | 11010100 | 1001011 | 110011 |
Color Harmonies of #227BE0
Complementary color
Monochromatic Colors of #227BE0
Black with #227BE0
Text Example
Text Example
White with #227BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BE0; }
p { color: rgb(34,123,224); }
H1.HeaderClassName
{
color: #227BE0;
}
.AnyTagClassName
{
color: #227BE0;
}
</style>
background-color css
<style>
a { background-color: #227BE0; }
a { background-color: rgb(34,123,224); }
div.DivClassName
{
background-color: #227BE0;
}
.BgClassName
{
background-color: #227BE0;
}
</style>
border-color css
<style>
span { border-color: #227BE0; }
span { border-color: rgb(34,123,224); }
td.TdClassName
{
border-color: #227BE0;
}
.TagClassName
{
border-color: #227BE0;
}
</style>