Shades of Royal Blue #2261FA
Tints of Royal Blue #2261FA
RGB
CMYK
RGB Variations
Color information
#2261FA (or 0x2261FA) is known color: Royal Blue. HEX triplet: 22, 61 and FA. RGB value is (34,97,250). Sum of RGB (Red+Green+Blue) = 34+97+250=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #2261FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2261FA is #DD9E05. Grayscale: #5E5E5E. Windows color (decimal): -14523910 or 16408866. OLE color: 16408866.
HSL color Cylindrical-coordinate representation of color #2261FA: hue angle of 222.5º 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 #2261FA is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 97 | 250 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.02 |
| HSL | 222.5º | 0.96% | 0.56% | - |
| HSV(B) | 222.5º | 0.86% | 0.98% | - |
| XYZ | 22.19 | 15.79 | 92.32 | - |
| YUV | 95.61 | 215.13 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 250 | 0.86 | 0.61 | 0 | 0.02 | 222.5 | 0.96 | 0.56 |
| Hex | 22 | 61 | FA | 56 | 3D | 0 | 2 | DE | 60 | 38 |
| Octal | 42 | 141 | 372 | 126 | 75 | 0 | 2 | 336 | 140 | 70 |
| Binary | 100010 | 1100001 | 11111010 | 1010110 | 111101 | 0 | 10 | 11011110 | 1100000 | 111000 |
Color Harmonies of #2261FA
Complementary color
Monochromatic Colors of #2261FA
Black with #2261FA
Text Example
Text Example
White with #2261FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2261FA; }
p { color: rgb(34,97,250); }
H1.HeaderClassName
{
color: #2261FA;
}
.AnyTagClassName
{
color: #2261FA;
}
</style>
background-color css
<style>
a { background-color: #2261FA; }
a { background-color: rgb(34,97,250); }
div.DivClassName
{
background-color: #2261FA;
}
.BgClassName
{
background-color: #2261FA;
}
</style>
border-color css
<style>
span { border-color: #2261FA; }
span { border-color: rgb(34,97,250); }
td.TdClassName
{
border-color: #2261FA;
}
.TagClassName
{
border-color: #2261FA;
}
</style>