Shades of Dodger Blue #227CE0
Tints of Dodger Blue #227CE0
RGB
CMYK
RGB Variations
Color information
#227CE0 (or 0x227CE0) is known color: Dodger Blue. HEX triplet: 22, 7C and E0. RGB value is (34,124,224). Sum of RGB (Red+Green+Blue) = 34+124+224=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #227CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CE0 is #DD831F. Grayscale: #6C6C6C. Windows color (decimal): -14517024 or 14711842. OLE color: 14711842.
HSL color Cylindrical-coordinate representation of color #227CE0: hue angle of 211.58º 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 #227CE0 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 124 | 224 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.12 |
| HSL | 211.58º | 0.75% | 0.51% | - |
| HSV(B) | 211.58º | 0.85% | 0.88% | - |
| XYZ | 21.32 | 20.14 | 73.28 | - |
| YUV | 108.49 | 193.18 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 224 | 0.85 | 0.45 | 0 | 0.12 | 211.58 | 0.75 | 0.51 |
| Hex | 22 | 7C | E0 | 55 | 2D | 0 | C | D4 | 4B | 33 |
| Octal | 42 | 174 | 340 | 125 | 55 | 0 | 14 | 324 | 113 | 63 |
| Binary | 100010 | 1111100 | 11100000 | 1010101 | 101101 | 0 | 1100 | 11010100 | 1001011 | 110011 |
Color Harmonies of #227CE0
Complementary color
Monochromatic Colors of #227CE0
Black with #227CE0
Text Example
Text Example
White with #227CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227CE0; }
p { color: rgb(34,124,224); }
H1.HeaderClassName
{
color: #227CE0;
}
.AnyTagClassName
{
color: #227CE0;
}
</style>
background-color css
<style>
a { background-color: #227CE0; }
a { background-color: rgb(34,124,224); }
div.DivClassName
{
background-color: #227CE0;
}
.BgClassName
{
background-color: #227CE0;
}
</style>
border-color css
<style>
span { border-color: #227CE0; }
span { border-color: rgb(34,124,224); }
td.TdClassName
{
border-color: #227CE0;
}
.TagClassName
{
border-color: #227CE0;
}
</style>