Shades of Royal Blue #4271F1
Tints of Royal Blue #4271F1
RGB
CMYK
RGB Variations
Color information
#4271F1 (or 0x4271F1) is known color: Royal Blue. HEX triplet: 42, 71 and F1. RGB value is (66,113,241). Sum of RGB (Red+Green+Blue) = 66+113+241=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #4271F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4271F1 is #BD8E0E. Grayscale: #707070. Windows color (decimal): -12422671 or 15823170. OLE color: 15823170.
HSL color Cylindrical-coordinate representation of color #4271F1: hue angle of 223.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4271F1 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 113 | 241 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.05 |
| HSL | 223.89º | 0.86% | 0.6% | - |
| HSV(B) | 223.89º | 0.73% | 0.95% | - |
| XYZ | 24.03 | 19.32 | 85.68 | - |
| YUV | 113.54 | 199.93 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 241 | 0.73 | 0.53 | 0 | 0.05 | 223.89 | 0.86 | 0.6 |
| Hex | 42 | 71 | F1 | 49 | 35 | 0 | 5 | E0 | 56 | 3C |
| Octal | 102 | 161 | 361 | 111 | 65 | 0 | 5 | 340 | 126 | 74 |
| Binary | 1000010 | 1110001 | 11110001 | 1001001 | 110101 | 0 | 101 | 11100000 | 1010110 | 111100 |
Color Harmonies of #4271F1
Complementary color
Monochromatic Colors of #4271F1
Black with #4271F1
Text Example
Text Example
White with #4271F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271F1; }
p { color: rgb(66,113,241); }
H1.HeaderClassName
{
color: #4271F1;
}
.AnyTagClassName
{
color: #4271F1;
}
</style>
background-color css
<style>
a { background-color: #4271F1; }
a { background-color: rgb(66,113,241); }
div.DivClassName
{
background-color: #4271F1;
}
.BgClassName
{
background-color: #4271F1;
}
</style>
border-color css
<style>
span { border-color: #4271F1; }
span { border-color: rgb(66,113,241); }
td.TdClassName
{
border-color: #4271F1;
}
.TagClassName
{
border-color: #4271F1;
}
</style>