Shades of Royal Blue #4173FD
Tints of Royal Blue #4173FD
RGB
CMYK
RGB Variations
Color information
#4173FD (or 0x4173FD) is known color: Royal Blue. HEX triplet: 41, 73 and FD. RGB value is (65,115,253). Sum of RGB (Red+Green+Blue) = 65+115+253=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #4173FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4173FD is #BE8C02. Grayscale: #737373. Windows color (decimal): -12487683 or 16610113. OLE color: 16610113.
HSL color Cylindrical-coordinate representation of color #4173FD: hue angle of 224.04º 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 #4173FD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 115 | 253 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.01 |
| HSL | 224.04º | 0.98% | 0.62% | - |
| HSV(B) | 224.04º | 0.74% | 0.99% | - |
| XYZ | 26.04 | 20.48 | 95.51 | - |
| YUV | 115.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 253 | 0.74 | 0.55 | 0 | 0.01 | 224.04 | 0.98 | 0.62 |
| Hex | 41 | 73 | FD | 4A | 37 | 0 | 1 | E0 | 62 | 3E |
| Octal | 101 | 163 | 375 | 112 | 67 | 0 | 1 | 340 | 142 | 76 |
| Binary | 1000001 | 1110011 | 11111101 | 1001010 | 110111 | 0 | 1 | 11100000 | 1100010 | 111110 |
Color Harmonies of #4173FD
Complementary color
Monochromatic Colors of #4173FD
Black with #4173FD
Text Example
Text Example
White with #4173FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4173FD; }
p { color: rgb(65,115,253); }
H1.HeaderClassName
{
color: #4173FD;
}
.AnyTagClassName
{
color: #4173FD;
}
</style>
background-color css
<style>
a { background-color: #4173FD; }
a { background-color: rgb(65,115,253); }
div.DivClassName
{
background-color: #4173FD;
}
.BgClassName
{
background-color: #4173FD;
}
</style>
border-color css
<style>
span { border-color: #4173FD; }
span { border-color: rgb(65,115,253); }
td.TdClassName
{
border-color: #4173FD;
}
.TagClassName
{
border-color: #4173FD;
}
</style>