Shades of Royal Blue #1A61FE
Tints of Royal Blue #1A61FE
RGB
CMYK
RGB Variations
Color information
#1A61FE (or 0x1A61FE) is known color: Royal Blue. HEX triplet: 1A, 61 and FE. RGB value is (26,97,254). Sum of RGB (Red+Green+Blue) = 26+97+254=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A61FE is #E59E01. Grayscale: #5C5C5C. Windows color (decimal): -15048194 or 16671002. OLE color: 16671002.
HSL color Cylindrical-coordinate representation of color #1A61FE: hue angle of 221.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A61FE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 97 | 254 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.00 |
| HSL | 221.32º | 0.99% | 0.55% | - |
| HSV(B) | 221.32º | 0.9% | 1% | - |
| XYZ | 22.59 | 15.92 | 95.65 | - |
| YUV | 93.67 | 218.48 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 254 | 0.90 | 0.62 | 0 | 0.00 | 221.32 | 0.99 | 0.55 |
| Hex | 1A | 61 | FE | 5A | 3E | 0 | 0 | DD | 63 | 37 |
| Octal | 32 | 141 | 376 | 132 | 76 | 0 | 0 | 335 | 143 | 67 |
| Binary | 11010 | 1100001 | 11111110 | 1011010 | 111110 | 0 | 0 | 11011101 | 1100011 | 110111 |
Color Harmonies of #1A61FE
Complementary color
Monochromatic Colors of #1A61FE
Black with #1A61FE
Text Example
Text Example
White with #1A61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A61FE; }
p { color: rgb(26,97,254); }
H1.HeaderClassName
{
color: #1A61FE;
}
.AnyTagClassName
{
color: #1A61FE;
}
</style>
background-color css
<style>
a { background-color: #1A61FE; }
a { background-color: rgb(26,97,254); }
div.DivClassName
{
background-color: #1A61FE;
}
.BgClassName
{
background-color: #1A61FE;
}
</style>
border-color css
<style>
span { border-color: #1A61FE; }
span { border-color: rgb(26,97,254); }
td.TdClassName
{
border-color: #1A61FE;
}
.TagClassName
{
border-color: #1A61FE;
}
</style>