Shades of Royal Blue #174EF1
Tints of Royal Blue #174EF1
RGB
CMYK
RGB Variations
Color information
#174EF1 (or 0x174EF1) is known color: Royal Blue. HEX triplet: 17, 4E and F1. RGB value is (23,78,241). Sum of RGB (Red+Green+Blue) = 23+78+241=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #174EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #174EF1 is #E8B10E. Grayscale: #4F4F4F. Windows color (decimal): -15249679 or 15814167. OLE color: 15814167.
HSL color Cylindrical-coordinate representation of color #174EF1: hue angle of 224.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #174EF1 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 78 | 241 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.05 |
| HSL | 224.86º | 0.89% | 0.52% | - |
| HSV(B) | 224.86º | 0.9% | 0.95% | - |
| XYZ | 18.95 | 11.98 | 84.53 | - |
| YUV | 80.14 | 218.78 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 241 | 0.90 | 0.68 | 0 | 0.05 | 224.86 | 0.89 | 0.52 |
| Hex | 17 | 4E | F1 | 5A | 44 | 0 | 5 | E1 | 59 | 34 |
| Octal | 27 | 116 | 361 | 132 | 104 | 0 | 5 | 341 | 131 | 64 |
| Binary | 10111 | 1001110 | 11110001 | 1011010 | 1000100 | 0 | 101 | 11100001 | 1011001 | 110100 |
Color Harmonies of #174EF1
Complementary color
Monochromatic Colors of #174EF1
Black with #174EF1
Text Example
Text Example
White with #174EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174EF1; }
p { color: rgb(23,78,241); }
H1.HeaderClassName
{
color: #174EF1;
}
.AnyTagClassName
{
color: #174EF1;
}
</style>
background-color css
<style>
a { background-color: #174EF1; }
a { background-color: rgb(23,78,241); }
div.DivClassName
{
background-color: #174EF1;
}
.BgClassName
{
background-color: #174EF1;
}
</style>
border-color css
<style>
span { border-color: #174EF1; }
span { border-color: rgb(23,78,241); }
td.TdClassName
{
border-color: #174EF1;
}
.TagClassName
{
border-color: #174EF1;
}
</style>