Shades of Royal Blue #4172FA
Tints of Royal Blue #4172FA
RGB
CMYK
RGB Variations
Color information
#4172FA (or 0x4172FA) is known color: Royal Blue. HEX triplet: 41, 72 and FA. RGB value is (65,114,250). Sum of RGB (Red+Green+Blue) = 65+114+250=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #4172FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4172FA is #BE8D05. Grayscale: #727272. Windows color (decimal): -12487942 or 16413249. OLE color: 16413249.
HSL color Cylindrical-coordinate representation of color #4172FA: hue angle of 224.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4172FA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 114 | 250 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.02 |
| HSL | 224.11º | 0.95% | 0.62% | - |
| HSV(B) | 224.11º | 0.74% | 0.98% | - |
| XYZ | 25.45 | 20.06 | 92.97 | - |
| YUV | 114.85 | 204.27 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 250 | 0.74 | 0.54 | 0 | 0.02 | 224.11 | 0.95 | 0.62 |
| Hex | 41 | 72 | FA | 4A | 36 | 0 | 2 | E0 | 5F | 3E |
| Octal | 101 | 162 | 372 | 112 | 66 | 0 | 2 | 340 | 137 | 76 |
| Binary | 1000001 | 1110010 | 11111010 | 1001010 | 110110 | 0 | 10 | 11100000 | 1011111 | 111110 |
Color Harmonies of #4172FA
Complementary color
Monochromatic Colors of #4172FA
Black with #4172FA
Text Example
Text Example
White with #4172FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4172FA; }
p { color: rgb(65,114,250); }
H1.HeaderClassName
{
color: #4172FA;
}
.AnyTagClassName
{
color: #4172FA;
}
</style>
background-color css
<style>
a { background-color: #4172FA; }
a { background-color: rgb(65,114,250); }
div.DivClassName
{
background-color: #4172FA;
}
.BgClassName
{
background-color: #4172FA;
}
</style>
border-color css
<style>
span { border-color: #4172FA; }
span { border-color: rgb(65,114,250); }
td.TdClassName
{
border-color: #4172FA;
}
.TagClassName
{
border-color: #4172FA;
}
</style>