Shades of Royal Blue #2255FC
Tints of Royal Blue #2255FC
RGB
CMYK
RGB Variations
Color information
#2255FC (or 0x2255FC) is known color: Royal Blue. HEX triplet: 22, 55 and FC. RGB value is (34,85,252). Sum of RGB (Red+Green+Blue) = 34+85+252=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #2255FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2255FC is #DDAA03. Grayscale: #585858. Windows color (decimal): -14526980 or 16536866. OLE color: 16536866.
HSL color Cylindrical-coordinate representation of color #2255FC: hue angle of 225.96º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2255FC is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 85 | 252 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.01 |
| HSL | 225.96º | 0.97% | 0.56% | - |
| HSV(B) | 225.96º | 0.87% | 0.99% | - |
| XYZ | 21.48 | 13.87 | 93.64 | - |
| YUV | 88.79 | 220.1 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 252 | 0.87 | 0.66 | 0 | 0.01 | 225.96 | 0.97 | 0.56 |
| Hex | 22 | 55 | FC | 57 | 42 | 0 | 1 | E2 | 61 | 38 |
| Octal | 42 | 125 | 374 | 127 | 102 | 0 | 1 | 342 | 141 | 70 |
| Binary | 100010 | 1010101 | 11111100 | 1010111 | 1000010 | 0 | 1 | 11100010 | 1100001 | 111000 |
Color Harmonies of #2255FC
Complementary color
Monochromatic Colors of #2255FC
Black with #2255FC
Text Example
Text Example
White with #2255FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2255FC; }
p { color: rgb(34,85,252); }
H1.HeaderClassName
{
color: #2255FC;
}
.AnyTagClassName
{
color: #2255FC;
}
</style>
background-color css
<style>
a { background-color: #2255FC; }
a { background-color: rgb(34,85,252); }
div.DivClassName
{
background-color: #2255FC;
}
.BgClassName
{
background-color: #2255FC;
}
</style>
border-color css
<style>
span { border-color: #2255FC; }
span { border-color: rgb(34,85,252); }
td.TdClassName
{
border-color: #2255FC;
}
.TagClassName
{
border-color: #2255FC;
}
</style>