Shades of Royal Blue #4174FD
Tints of Royal Blue #4174FD
RGB
CMYK
RGB Variations
Color information
#4174FD (or 0x4174FD) is known color: Royal Blue. HEX triplet: 41, 74 and FD. RGB value is (65,116,253). Sum of RGB (Red+Green+Blue) = 65+116+253=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #4174FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4174FD is #BE8B02. Grayscale: #737373. Windows color (decimal): -12487427 or 16610369. OLE color: 16610369.
HSL color Cylindrical-coordinate representation of color #4174FD: hue angle of 223.72º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4174FD is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 116 | 253 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.01 |
| HSL | 223.72º | 0.98% | 0.62% | - |
| HSV(B) | 223.72º | 0.74% | 0.99% | - |
| XYZ | 26.15 | 20.71 | 95.55 | - |
| YUV | 116.37 | 205.1 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 253 | 0.74 | 0.54 | 0 | 0.01 | 223.72 | 0.98 | 0.62 |
| Hex | 41 | 74 | FD | 4A | 36 | 0 | 1 | E0 | 62 | 3E |
| Octal | 101 | 164 | 375 | 112 | 66 | 0 | 1 | 340 | 142 | 76 |
| Binary | 1000001 | 1110100 | 11111101 | 1001010 | 110110 | 0 | 1 | 11100000 | 1100010 | 111110 |
Color Harmonies of #4174FD
Complementary color
Monochromatic Colors of #4174FD
Black with #4174FD
Text Example
Text Example
White with #4174FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4174FD; }
p { color: rgb(65,116,253); }
H1.HeaderClassName
{
color: #4174FD;
}
.AnyTagClassName
{
color: #4174FD;
}
</style>
background-color css
<style>
a { background-color: #4174FD; }
a { background-color: rgb(65,116,253); }
div.DivClassName
{
background-color: #4174FD;
}
.BgClassName
{
background-color: #4174FD;
}
</style>
border-color css
<style>
span { border-color: #4174FD; }
span { border-color: rgb(65,116,253); }
td.TdClassName
{
border-color: #4174FD;
}
.TagClassName
{
border-color: #4174FD;
}
</style>