Shades of Royal Blue #416EFB
Tints of Royal Blue #416EFB
RGB
CMYK
RGB Variations
Color information
#416EFB (or 0x416EFB) is known color: Royal Blue. HEX triplet: 41, 6E and FB. RGB value is (65,110,251). Sum of RGB (Red+Green+Blue) = 65+110+251=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #416EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EFB is #BE9104. Grayscale: #707070. Windows color (decimal): -12488965 or 16477761. OLE color: 16477761.
HSL color Cylindrical-coordinate representation of color #416EFB: hue angle of 225.48º degrees, saturation: 0.96, 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 #416EFB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 110 | 251 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.02 |
| HSL | 225.48º | 0.96% | 0.62% | - |
| HSV(B) | 225.48º | 0.74% | 0.98% | - |
| XYZ | 25.17 | 19.24 | 93.65 | - |
| YUV | 112.62 | 206.09 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 251 | 0.74 | 0.56 | 0 | 0.02 | 225.48 | 0.96 | 0.62 |
| Hex | 41 | 6E | FB | 4A | 38 | 0 | 2 | E1 | 60 | 3E |
| Octal | 101 | 156 | 373 | 112 | 70 | 0 | 2 | 341 | 140 | 76 |
| Binary | 1000001 | 1101110 | 11111011 | 1001010 | 111000 | 0 | 10 | 11100001 | 1100000 | 111110 |
Color Harmonies of #416EFB
Complementary color
Monochromatic Colors of #416EFB
Black with #416EFB
Text Example
Text Example
White with #416EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EFB; }
p { color: rgb(65,110,251); }
H1.HeaderClassName
{
color: #416EFB;
}
.AnyTagClassName
{
color: #416EFB;
}
</style>
background-color css
<style>
a { background-color: #416EFB; }
a { background-color: rgb(65,110,251); }
div.DivClassName
{
background-color: #416EFB;
}
.BgClassName
{
background-color: #416EFB;
}
</style>
border-color css
<style>
span { border-color: #416EFB; }
span { border-color: rgb(65,110,251); }
td.TdClassName
{
border-color: #416EFB;
}
.TagClassName
{
border-color: #416EFB;
}
</style>