Shades of Royal Blue #1751FA
Tints of Royal Blue #1751FA
RGB
CMYK
RGB Variations
Color information
#1751FA (or 0x1751FA) is known color: Royal Blue. HEX triplet: 17, 51 and FA. RGB value is (23,81,250). Sum of RGB (Red+Green+Blue) = 23+81+250=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #1751FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1751FA is #E8AE05. Grayscale: #525252. Windows color (decimal): -15248902 or 16404759. OLE color: 16404759.
HSL color Cylindrical-coordinate representation of color #1751FA: hue angle of 224.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1751FA is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 81 | 250 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.02 |
| HSL | 224.67º | 0.96% | 0.54% | - |
| HSV(B) | 224.67º | 0.91% | 0.98% | - |
| XYZ | 20.55 | 12.97 | 91.86 | - |
| YUV | 82.92 | 222.28 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 250 | 0.91 | 0.68 | 0 | 0.02 | 224.67 | 0.96 | 0.54 |
| Hex | 17 | 51 | FA | 5B | 44 | 0 | 2 | E1 | 60 | 36 |
| Octal | 27 | 121 | 372 | 133 | 104 | 0 | 2 | 341 | 140 | 66 |
| Binary | 10111 | 1010001 | 11111010 | 1011011 | 1000100 | 0 | 10 | 11100001 | 1100000 | 110110 |
Color Harmonies of #1751FA
Complementary color
Monochromatic Colors of #1751FA
Black with #1751FA
Text Example
Text Example
White with #1751FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1751FA; }
p { color: rgb(23,81,250); }
H1.HeaderClassName
{
color: #1751FA;
}
.AnyTagClassName
{
color: #1751FA;
}
</style>
background-color css
<style>
a { background-color: #1751FA; }
a { background-color: rgb(23,81,250); }
div.DivClassName
{
background-color: #1751FA;
}
.BgClassName
{
background-color: #1751FA;
}
</style>
border-color css
<style>
span { border-color: #1751FA; }
span { border-color: rgb(23,81,250); }
td.TdClassName
{
border-color: #1751FA;
}
.TagClassName
{
border-color: #1751FA;
}
</style>