Shades of Dodger Blue #227CE1
Tints of Dodger Blue #227CE1
RGB
CMYK
RGB Variations
Color information
#227CE1 (or 0x227CE1) is known color: Dodger Blue. HEX triplet: 22, 7C and E1. RGB value is (34,124,225). Sum of RGB (Red+Green+Blue) = 34+124+225=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #227CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CE1 is #DD831E. Grayscale: #6C6C6C. Windows color (decimal): -14517023 or 14777378. OLE color: 14777378.
HSL color Cylindrical-coordinate representation of color #227CE1: hue angle of 211.73º degrees, saturation: 0.76, 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 #227CE1 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 124 | 225 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.12 |
| HSL | 211.73º | 0.76% | 0.51% | - |
| HSV(B) | 211.73º | 0.85% | 0.88% | - |
| XYZ | 21.46 | 20.19 | 74 | - |
| YUV | 108.6 | 193.68 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 225 | 0.85 | 0.45 | 0 | 0.12 | 211.73 | 0.76 | 0.51 |
| Hex | 22 | 7C | E1 | 55 | 2D | 0 | C | D4 | 4C | 33 |
| Octal | 42 | 174 | 341 | 125 | 55 | 0 | 14 | 324 | 114 | 63 |
| Binary | 100010 | 1111100 | 11100001 | 1010101 | 101101 | 0 | 1100 | 11010100 | 1001100 | 110011 |
Color Harmonies of #227CE1
Complementary color
Monochromatic Colors of #227CE1
Black with #227CE1
Text Example
Text Example
White with #227CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227CE1; }
p { color: rgb(34,124,225); }
H1.HeaderClassName
{
color: #227CE1;
}
.AnyTagClassName
{
color: #227CE1;
}
</style>
background-color css
<style>
a { background-color: #227CE1; }
a { background-color: rgb(34,124,225); }
div.DivClassName
{
background-color: #227CE1;
}
.BgClassName
{
background-color: #227CE1;
}
</style>
border-color css
<style>
span { border-color: #227CE1; }
span { border-color: rgb(34,124,225); }
td.TdClassName
{
border-color: #227CE1;
}
.TagClassName
{
border-color: #227CE1;
}
</style>