Shades of Royal Blue #4174FE
Tints of Royal Blue #4174FE
RGB
CMYK
RGB Variations
Color information
#4174FE (or 0x4174FE) is known color: Royal Blue. HEX triplet: 41, 74 and FE. RGB value is (65,116,254). Sum of RGB (Red+Green+Blue) = 65+116+254=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #4174FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4174FE is #BE8B01. Grayscale: #737373. Windows color (decimal): -12487426 or 16675905. OLE color: 16675905.
HSL color Cylindrical-coordinate representation of color #4174FE: hue angle of 223.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4174FE is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 116 | 254 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.00 |
| HSL | 223.81º | 0.99% | 0.63% | - |
| HSV(B) | 223.81º | 0.74% | 1% | - |
| XYZ | 26.31 | 20.77 | 96.39 | - |
| YUV | 116.48 | 205.6 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 254 | 0.74 | 0.54 | 0 | 0.00 | 223.81 | 0.99 | 0.63 |
| Hex | 41 | 74 | FE | 4A | 36 | 0 | 0 | E0 | 63 | 3F |
| Octal | 101 | 164 | 376 | 112 | 66 | 0 | 0 | 340 | 143 | 77 |
| Binary | 1000001 | 1110100 | 11111110 | 1001010 | 110110 | 0 | 0 | 11100000 | 1100011 | 111111 |
Color Harmonies of #4174FE
Complementary color
Monochromatic Colors of #4174FE
Black with #4174FE
Text Example
Text Example
White with #4174FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4174FE; }
p { color: rgb(65,116,254); }
H1.HeaderClassName
{
color: #4174FE;
}
.AnyTagClassName
{
color: #4174FE;
}
</style>
background-color css
<style>
a { background-color: #4174FE; }
a { background-color: rgb(65,116,254); }
div.DivClassName
{
background-color: #4174FE;
}
.BgClassName
{
background-color: #4174FE;
}
</style>
border-color css
<style>
span { border-color: #4174FE; }
span { border-color: rgb(65,116,254); }
td.TdClassName
{
border-color: #4174FE;
}
.TagClassName
{
border-color: #4174FE;
}
</style>