Shades of Royal Blue #4172FD
Tints of Royal Blue #4172FD
RGB
CMYK
RGB Variations
Color information
#4172FD (or 0x4172FD) is known color: Royal Blue. HEX triplet: 41, 72 and FD. RGB value is (65,114,253). Sum of RGB (Red+Green+Blue) = 65+114+253=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #4172FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4172FD is #BE8D02. Grayscale: #727272. Windows color (decimal): -12487939 or 16609857. OLE color: 16609857.
HSL color Cylindrical-coordinate representation of color #4172FD: hue angle of 224.36º 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 #4172FD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 114 | 253 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.01 |
| HSL | 224.36º | 0.98% | 0.62% | - |
| HSV(B) | 224.36º | 0.74% | 0.99% | - |
| XYZ | 25.93 | 20.25 | 95.47 | - |
| YUV | 115.2 | 205.77 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 253 | 0.74 | 0.55 | 0 | 0.01 | 224.36 | 0.98 | 0.62 |
| Hex | 41 | 72 | FD | 4A | 37 | 0 | 1 | E0 | 62 | 3E |
| Octal | 101 | 162 | 375 | 112 | 67 | 0 | 1 | 340 | 142 | 76 |
| Binary | 1000001 | 1110010 | 11111101 | 1001010 | 110111 | 0 | 1 | 11100000 | 1100010 | 111110 |
Color Harmonies of #4172FD
Complementary color
Monochromatic Colors of #4172FD
Black with #4172FD
Text Example
Text Example
White with #4172FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4172FD; }
p { color: rgb(65,114,253); }
H1.HeaderClassName
{
color: #4172FD;
}
.AnyTagClassName
{
color: #4172FD;
}
</style>
background-color css
<style>
a { background-color: #4172FD; }
a { background-color: rgb(65,114,253); }
div.DivClassName
{
background-color: #4172FD;
}
.BgClassName
{
background-color: #4172FD;
}
</style>
border-color css
<style>
span { border-color: #4172FD; }
span { border-color: rgb(65,114,253); }
td.TdClassName
{
border-color: #4172FD;
}
.TagClassName
{
border-color: #4172FD;
}
</style>