Shades of Royal Blue #227BDC
Tints of Royal Blue #227BDC
RGB
CMYK
RGB Variations
Color information
#227BDC (or 0x227BDC) is known color: Royal Blue. HEX triplet: 22, 7B and DC. RGB value is (34,123,220). Sum of RGB (Red+Green+Blue) = 34+123+220=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #227BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BDC is #DD8423. Grayscale: #6A6A6A. Windows color (decimal): -14517284 or 14449442. OLE color: 14449442.
HSL color Cylindrical-coordinate representation of color #227BDC: hue angle of 211.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227BDC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 123 | 220 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.14 |
| HSL | 211.29º | 0.73% | 0.5% | - |
| HSV(B) | 211.29º | 0.85% | 0.86% | - |
| XYZ | 20.66 | 19.67 | 70.42 | - |
| YUV | 107.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 220 | 0.85 | 0.44 | 0 | 0.14 | 211.29 | 0.73 | 0.5 |
| Hex | 22 | 7B | DC | 55 | 2C | 0 | E | D3 | 49 | 32 |
| Octal | 42 | 173 | 334 | 125 | 54 | 0 | 16 | 323 | 111 | 62 |
| Binary | 100010 | 1111011 | 11011100 | 1010101 | 101100 | 0 | 1110 | 11010011 | 1001001 | 110010 |
Color Harmonies of #227BDC
Complementary color
Monochromatic Colors of #227BDC
Black with #227BDC
Text Example
Text Example
White with #227BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BDC; }
p { color: rgb(34,123,220); }
H1.HeaderClassName
{
color: #227BDC;
}
.AnyTagClassName
{
color: #227BDC;
}
</style>
background-color css
<style>
a { background-color: #227BDC; }
a { background-color: rgb(34,123,220); }
div.DivClassName
{
background-color: #227BDC;
}
.BgClassName
{
background-color: #227BDC;
}
</style>
border-color css
<style>
span { border-color: #227BDC; }
span { border-color: rgb(34,123,220); }
td.TdClassName
{
border-color: #227BDC;
}
.TagClassName
{
border-color: #227BDC;
}
</style>