Shades of Royal Blue #1A62ED
Tints of Royal Blue #1A62ED
RGB
CMYK
RGB Variations
Color information
#1A62ED (or 0x1A62ED) is known color: Royal Blue. HEX triplet: 1A, 62 and ED. RGB value is (26,98,237). Sum of RGB (Red+Green+Blue) = 26+98+237=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #1A62ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A62ED is #E59D12. Grayscale: #5B5B5B. Windows color (decimal): -15047955 or 15557146. OLE color: 15557146.
HSL color Cylindrical-coordinate representation of color #1A62ED: hue angle of 219.53º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A62ED is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 98 | 237 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.07 |
| HSL | 219.53º | 0.85% | 0.52% | - |
| HSV(B) | 219.53º | 0.89% | 0.93% | - |
| XYZ | 20.08 | 15.07 | 81.97 | - |
| YUV | 92.32 | 209.65 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 237 | 0.89 | 0.59 | 0 | 0.07 | 219.53 | 0.85 | 0.52 |
| Hex | 1A | 62 | ED | 59 | 3B | 0 | 7 | DC | 55 | 34 |
| Octal | 32 | 142 | 355 | 131 | 73 | 0 | 7 | 334 | 125 | 64 |
| Binary | 11010 | 1100010 | 11101101 | 1011001 | 111011 | 0 | 111 | 11011100 | 1010101 | 110100 |
Color Harmonies of #1A62ED
Complementary color
Monochromatic Colors of #1A62ED
Black with #1A62ED
Text Example
Text Example
White with #1A62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A62ED; }
p { color: rgb(26,98,237); }
H1.HeaderClassName
{
color: #1A62ED;
}
.AnyTagClassName
{
color: #1A62ED;
}
</style>
background-color css
<style>
a { background-color: #1A62ED; }
a { background-color: rgb(26,98,237); }
div.DivClassName
{
background-color: #1A62ED;
}
.BgClassName
{
background-color: #1A62ED;
}
</style>
border-color css
<style>
span { border-color: #1A62ED; }
span { border-color: rgb(26,98,237); }
td.TdClassName
{
border-color: #1A62ED;
}
.TagClassName
{
border-color: #1A62ED;
}
</style>