Shades of Royal Blue #1A59FD
Tints of Royal Blue #1A59FD
RGB
CMYK
RGB Variations
Color information
#1A59FD (or 0x1A59FD) is known color: Royal Blue. HEX triplet: 1A, 59 and FD. RGB value is (26,89,253). Sum of RGB (Red+Green+Blue) = 26+89+253=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A59FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A59FD is #E5A602. Grayscale: #585858. Windows color (decimal): -15050243 or 16603418. OLE color: 16603418.
HSL color Cylindrical-coordinate representation of color #1A59FD: hue angle of 223.35º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A59FD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 89 | 253 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.01 |
| HSL | 223.35º | 0.98% | 0.55% | - |
| HSV(B) | 223.35º | 0.9% | 0.99% | - |
| XYZ | 21.73 | 14.46 | 94.57 | - |
| YUV | 88.86 | 220.63 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 253 | 0.90 | 0.65 | 0 | 0.01 | 223.35 | 0.98 | 0.55 |
| Hex | 1A | 59 | FD | 5A | 41 | 0 | 1 | DF | 62 | 37 |
| Octal | 32 | 131 | 375 | 132 | 101 | 0 | 1 | 337 | 142 | 67 |
| Binary | 11010 | 1011001 | 11111101 | 1011010 | 1000001 | 0 | 1 | 11011111 | 1100010 | 110111 |
Color Harmonies of #1A59FD
Complementary color
Monochromatic Colors of #1A59FD
Black with #1A59FD
Text Example
Text Example
White with #1A59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A59FD; }
p { color: rgb(26,89,253); }
H1.HeaderClassName
{
color: #1A59FD;
}
.AnyTagClassName
{
color: #1A59FD;
}
</style>
background-color css
<style>
a { background-color: #1A59FD; }
a { background-color: rgb(26,89,253); }
div.DivClassName
{
background-color: #1A59FD;
}
.BgClassName
{
background-color: #1A59FD;
}
</style>
border-color css
<style>
span { border-color: #1A59FD; }
span { border-color: rgb(26,89,253); }
td.TdClassName
{
border-color: #1A59FD;
}
.TagClassName
{
border-color: #1A59FD;
}
</style>