Shades of Dodger Blue #227CDF
Tints of Dodger Blue #227CDF
RGB
CMYK
RGB Variations
Color information
#227CDF (or 0x227CDF) is known color: Dodger Blue. HEX triplet: 22, 7C and DF. RGB value is (34,124,223). Sum of RGB (Red+Green+Blue) = 34+124+223=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #227CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227CDF is #DD8320. Grayscale: #6B6B6B. Windows color (decimal): -14517025 or 14646306. OLE color: 14646306.
HSL color Cylindrical-coordinate representation of color #227CDF: hue angle of 211.43º degrees, saturation: 0.75, 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 #227CDF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 124 | 223 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.13 |
| HSL | 211.43º | 0.75% | 0.5% | - |
| HSV(B) | 211.43º | 0.85% | 0.87% | - |
| XYZ | 21.19 | 20.08 | 72.57 | - |
| YUV | 108.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 223 | 0.85 | 0.44 | 0 | 0.13 | 211.43 | 0.75 | 0.5 |
| Hex | 22 | 7C | DF | 55 | 2C | 0 | D | D3 | 4B | 32 |
| Octal | 42 | 174 | 337 | 125 | 54 | 0 | 15 | 323 | 113 | 62 |
| Binary | 100010 | 1111100 | 11011111 | 1010101 | 101100 | 0 | 1101 | 11010011 | 1001011 | 110010 |
Color Harmonies of #227CDF
Complementary color
Monochromatic Colors of #227CDF
Black with #227CDF
Text Example
Text Example
White with #227CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227CDF; }
p { color: rgb(34,124,223); }
H1.HeaderClassName
{
color: #227CDF;
}
.AnyTagClassName
{
color: #227CDF;
}
</style>
background-color css
<style>
a { background-color: #227CDF; }
a { background-color: rgb(34,124,223); }
div.DivClassName
{
background-color: #227CDF;
}
.BgClassName
{
background-color: #227CDF;
}
</style>
border-color css
<style>
span { border-color: #227CDF; }
span { border-color: rgb(34,124,223); }
td.TdClassName
{
border-color: #227CDF;
}
.TagClassName
{
border-color: #227CDF;
}
</style>