Shades of Royal Blue #174EF5
Tints of Royal Blue #174EF5
RGB
CMYK
RGB Variations
Color information
#174EF5 (or 0x174EF5) is known color: Royal Blue. HEX triplet: 17, 4E and F5. RGB value is (23,78,245). Sum of RGB (Red+Green+Blue) = 23+78+245=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 245 (96.09% from 255 or 70.81% from 346); Max value from RGB is 245 - color contains mainly: blue. Hex color #174EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #174EF5 is #E8B10A. Grayscale: #4F4F4F. Windows color (decimal): -15249675 or 16076311. OLE color: 16076311.
HSL color Cylindrical-coordinate representation of color #174EF5: hue angle of 225.14º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #174EF5 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 78 | 245 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.04 |
| HSL | 225.14º | 0.92% | 0.53% | - |
| HSV(B) | 225.14º | 0.91% | 0.96% | - |
| XYZ | 19.56 | 12.22 | 87.71 | - |
| YUV | 80.59 | 220.78 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 245 | 0.91 | 0.68 | 0 | 0.04 | 225.14 | 0.92 | 0.53 |
| Hex | 17 | 4E | F5 | 5B | 44 | 0 | 4 | E1 | 5C | 35 |
| Octal | 27 | 116 | 365 | 133 | 104 | 0 | 4 | 341 | 134 | 65 |
| Binary | 10111 | 1001110 | 11110101 | 1011011 | 1000100 | 0 | 100 | 11100001 | 1011100 | 110101 |
Color Harmonies of #174EF5
Complementary color
Monochromatic Colors of #174EF5
Black with #174EF5
Text Example
Text Example
White with #174EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174EF5; }
p { color: rgb(23,78,245); }
H1.HeaderClassName
{
color: #174EF5;
}
.AnyTagClassName
{
color: #174EF5;
}
</style>
background-color css
<style>
a { background-color: #174EF5; }
a { background-color: rgb(23,78,245); }
div.DivClassName
{
background-color: #174EF5;
}
.BgClassName
{
background-color: #174EF5;
}
</style>
border-color css
<style>
span { border-color: #174EF5; }
span { border-color: rgb(23,78,245); }
td.TdClassName
{
border-color: #174EF5;
}
.TagClassName
{
border-color: #174EF5;
}
</style>