Shades of Royal Blue #227BDA
Tints of Royal Blue #227BDA
RGB
CMYK
RGB Variations
Color information
#227BDA (or 0x227BDA) is known color: Royal Blue. HEX triplet: 22, 7B and DA. RGB value is (34,123,218). Sum of RGB (Red+Green+Blue) = 34+123+218=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #227BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BDA is #DD8425. Grayscale: #6A6A6A. Windows color (decimal): -14517286 or 14318370. OLE color: 14318370.
HSL color Cylindrical-coordinate representation of color #227BDA: hue angle of 210.98º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227BDA is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 123 | 218 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.15 |
| HSL | 210.98º | 0.73% | 0.49% | - |
| HSV(B) | 210.98º | 0.84% | 0.85% | - |
| XYZ | 20.4 | 19.57 | 69.03 | - |
| YUV | 107.22 | 190.51 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 218 | 0.84 | 0.44 | 0 | 0.15 | 210.98 | 0.73 | 0.49 |
| Hex | 22 | 7B | DA | 54 | 2C | 0 | F | D3 | 49 | 31 |
| Octal | 42 | 173 | 332 | 124 | 54 | 0 | 17 | 323 | 111 | 61 |
| Binary | 100010 | 1111011 | 11011010 | 1010100 | 101100 | 0 | 1111 | 11010011 | 1001001 | 110001 |
Color Harmonies of #227BDA
Complementary color
Monochromatic Colors of #227BDA
Black with #227BDA
Text Example
Text Example
White with #227BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BDA; }
p { color: rgb(34,123,218); }
H1.HeaderClassName
{
color: #227BDA;
}
.AnyTagClassName
{
color: #227BDA;
}
</style>
background-color css
<style>
a { background-color: #227BDA; }
a { background-color: rgb(34,123,218); }
div.DivClassName
{
background-color: #227BDA;
}
.BgClassName
{
background-color: #227BDA;
}
</style>
border-color css
<style>
span { border-color: #227BDA; }
span { border-color: rgb(34,123,218); }
td.TdClassName
{
border-color: #227BDA;
}
.TagClassName
{
border-color: #227BDA;
}
</style>