Shades of Royal Blue #174DF4
Tints of Royal Blue #174DF4
RGB
CMYK
RGB Variations
Color information
#174DF4 (or 0x174DF4) is known color: Royal Blue. HEX triplet: 17, 4D and F4. RGB value is (23,77,244). Sum of RGB (Red+Green+Blue) = 23+77+244=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 244 (95.70% from 255 or 70.93% from 344); Max value from RGB is 244 - color contains mainly: blue. Hex color #174DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #174DF4 is #E8B20B. Grayscale: #4F4F4F. Windows color (decimal): -15249932 or 16010519. OLE color: 16010519.
HSL color Cylindrical-coordinate representation of color #174DF4: hue angle of 225.34º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #174DF4 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 77 | 244 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.04 |
| HSL | 225.34º | 0.91% | 0.52% | - |
| HSV(B) | 225.34º | 0.91% | 0.96% | - |
| XYZ | 19.34 | 12.02 | 86.89 | - |
| YUV | 79.89 | 220.61 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 244 | 0.91 | 0.68 | 0 | 0.04 | 225.34 | 0.91 | 0.52 |
| Hex | 17 | 4D | F4 | 5B | 44 | 0 | 4 | E1 | 5B | 34 |
| Octal | 27 | 115 | 364 | 133 | 104 | 0 | 4 | 341 | 133 | 64 |
| Binary | 10111 | 1001101 | 11110100 | 1011011 | 1000100 | 0 | 100 | 11100001 | 1011011 | 110100 |
Color Harmonies of #174DF4
Complementary color
Monochromatic Colors of #174DF4
Black with #174DF4
Text Example
Text Example
White with #174DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174DF4; }
p { color: rgb(23,77,244); }
H1.HeaderClassName
{
color: #174DF4;
}
.AnyTagClassName
{
color: #174DF4;
}
</style>
background-color css
<style>
a { background-color: #174DF4; }
a { background-color: rgb(23,77,244); }
div.DivClassName
{
background-color: #174DF4;
}
.BgClassName
{
background-color: #174DF4;
}
</style>
border-color css
<style>
span { border-color: #174DF4; }
span { border-color: rgb(23,77,244); }
td.TdClassName
{
border-color: #174DF4;
}
.TagClassName
{
border-color: #174DF4;
}
</style>