Shades of Royal Blue #2255EA
Tints of Royal Blue #2255EA
RGB
CMYK
RGB Variations
Color information
#2255EA (or 0x2255EA) is known color: Royal Blue. HEX triplet: 22, 55 and EA. RGB value is (34,85,234). Sum of RGB (Red+Green+Blue) = 34+85+234=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #2255EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255EA is #DDAA15. Grayscale: #565656. Windows color (decimal): -14526998 or 15357218. OLE color: 15357218.
HSL color Cylindrical-coordinate representation of color #2255EA: hue angle of 224.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2255EA is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 85 | 234 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.08 |
| HSL | 224.7º | 0.83% | 0.53% | - |
| HSV(B) | 224.7º | 0.85% | 0.92% | - |
| XYZ | 18.76 | 12.78 | 79.32 | - |
| YUV | 86.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 234 | 0.85 | 0.64 | 0 | 0.08 | 224.7 | 0.83 | 0.53 |
| Hex | 22 | 55 | EA | 55 | 40 | 0 | 8 | E1 | 53 | 35 |
| Octal | 42 | 125 | 352 | 125 | 100 | 0 | 10 | 341 | 123 | 65 |
| Binary | 100010 | 1010101 | 11101010 | 1010101 | 1000000 | 0 | 1000 | 11100001 | 1010011 | 110101 |
Color Harmonies of #2255EA
Complementary color
Monochromatic Colors of #2255EA
Black with #2255EA
Text Example
Text Example
White with #2255EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2255EA; }
p { color: rgb(34,85,234); }
H1.HeaderClassName
{
color: #2255EA;
}
.AnyTagClassName
{
color: #2255EA;
}
</style>
background-color css
<style>
a { background-color: #2255EA; }
a { background-color: rgb(34,85,234); }
div.DivClassName
{
background-color: #2255EA;
}
.BgClassName
{
background-color: #2255EA;
}
</style>
border-color css
<style>
span { border-color: #2255EA; }
span { border-color: rgb(34,85,234); }
td.TdClassName
{
border-color: #2255EA;
}
.TagClassName
{
border-color: #2255EA;
}
</style>