Shades of Royal Blue #4271FC
Tints of Royal Blue #4271FC
RGB
CMYK
RGB Variations
Color information
#4271FC (or 0x4271FC) is known color: Royal Blue. HEX triplet: 42, 71 and FC. RGB value is (66,113,252). Sum of RGB (Red+Green+Blue) = 66+113+252=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #4271FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4271FC is #BD8E03. Grayscale: #727272. Windows color (decimal): -12422660 or 16544066. OLE color: 16544066.
HSL color Cylindrical-coordinate representation of color #4271FC: hue angle of 224.84º degrees, saturation: 0.97, 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 #4271FC is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 113 | 252 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.01 |
| HSL | 224.84º | 0.97% | 0.62% | - |
| HSV(B) | 224.84º | 0.74% | 0.99% | - |
| XYZ | 25.72 | 20 | 94.6 | - |
| YUV | 114.79 | 205.43 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 252 | 0.74 | 0.55 | 0 | 0.01 | 224.84 | 0.97 | 0.62 |
| Hex | 42 | 71 | FC | 4A | 37 | 0 | 1 | E1 | 61 | 3E |
| Octal | 102 | 161 | 374 | 112 | 67 | 0 | 1 | 341 | 141 | 76 |
| Binary | 1000010 | 1110001 | 11111100 | 1001010 | 110111 | 0 | 1 | 11100001 | 1100001 | 111110 |
Color Harmonies of #4271FC
Complementary color
Monochromatic Colors of #4271FC
Black with #4271FC
Text Example
Text Example
White with #4271FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271FC; }
p { color: rgb(66,113,252); }
H1.HeaderClassName
{
color: #4271FC;
}
.AnyTagClassName
{
color: #4271FC;
}
</style>
background-color css
<style>
a { background-color: #4271FC; }
a { background-color: rgb(66,113,252); }
div.DivClassName
{
background-color: #4271FC;
}
.BgClassName
{
background-color: #4271FC;
}
</style>
border-color css
<style>
span { border-color: #4271FC; }
span { border-color: rgb(66,113,252); }
td.TdClassName
{
border-color: #4271FC;
}
.TagClassName
{
border-color: #4271FC;
}
</style>