Shades of Royal Blue #2256FA
Tints of Royal Blue #2256FA
RGB
CMYK
RGB Variations
Color information
#2256FA (or 0x2256FA) is known color: Royal Blue. HEX triplet: 22, 56 and FA. RGB value is (34,86,250). Sum of RGB (Red+Green+Blue) = 34+86+250=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #2256FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2256FA is #DDA905. Grayscale: #585858. Windows color (decimal): -14526726 or 16406050. OLE color: 16406050.
HSL color Cylindrical-coordinate representation of color #2256FA: hue angle of 225.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2256FA is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 86 | 250 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.02 |
| HSL | 225.56º | 0.96% | 0.56% | - |
| HSV(B) | 225.56º | 0.86% | 0.98% | - |
| XYZ | 21.24 | 13.9 | 92.01 | - |
| YUV | 89.15 | 218.77 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 250 | 0.86 | 0.66 | 0 | 0.02 | 225.56 | 0.96 | 0.56 |
| Hex | 22 | 56 | FA | 56 | 42 | 0 | 2 | E2 | 60 | 38 |
| Octal | 42 | 126 | 372 | 126 | 102 | 0 | 2 | 342 | 140 | 70 |
| Binary | 100010 | 1010110 | 11111010 | 1010110 | 1000010 | 0 | 10 | 11100010 | 1100000 | 111000 |
Color Harmonies of #2256FA
Complementary color
Monochromatic Colors of #2256FA
Black with #2256FA
Text Example
Text Example
White with #2256FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256FA; }
p { color: rgb(34,86,250); }
H1.HeaderClassName
{
color: #2256FA;
}
.AnyTagClassName
{
color: #2256FA;
}
</style>
background-color css
<style>
a { background-color: #2256FA; }
a { background-color: rgb(34,86,250); }
div.DivClassName
{
background-color: #2256FA;
}
.BgClassName
{
background-color: #2256FA;
}
</style>
border-color css
<style>
span { border-color: #2256FA; }
span { border-color: rgb(34,86,250); }
td.TdClassName
{
border-color: #2256FA;
}
.TagClassName
{
border-color: #2256FA;
}
</style>