Shades of Royal Blue #4065FB
Tints of Royal Blue #4065FB
RGB
CMYK
RGB Variations
Color information
#4065FB (or 0x4065FB) is known color: Royal Blue. HEX triplet: 40, 65 and FB. RGB value is (64,101,251). Sum of RGB (Red+Green+Blue) = 64+101+251=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #4065FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4065FB is #BF9A04. Grayscale: #6A6A6A. Windows color (decimal): -12556805 or 16475456. OLE color: 16475456.
HSL color Cylindrical-coordinate representation of color #4065FB: hue angle of 228.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4065FB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 101 | 251 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.02 |
| HSL | 228.13º | 0.96% | 0.62% | - |
| HSV(B) | 228.13º | 0.75% | 0.98% | - |
| XYZ | 24.18 | 17.36 | 93.34 | - |
| YUV | 107.04 | 209.24 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 251 | 0.75 | 0.60 | 0 | 0.02 | 228.13 | 0.96 | 0.62 |
| Hex | 40 | 65 | FB | 4B | 3C | 0 | 2 | E4 | 60 | 3E |
| Octal | 100 | 145 | 373 | 113 | 74 | 0 | 2 | 344 | 140 | 76 |
| Binary | 1000000 | 1100101 | 11111011 | 1001011 | 111100 | 0 | 10 | 11100100 | 1100000 | 111110 |
Color Harmonies of #4065FB
Complementary color
Monochromatic Colors of #4065FB
Black with #4065FB
Text Example
Text Example
White with #4065FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065FB; }
p { color: rgb(64,101,251); }
H1.HeaderClassName
{
color: #4065FB;
}
.AnyTagClassName
{
color: #4065FB;
}
</style>
background-color css
<style>
a { background-color: #4065FB; }
a { background-color: rgb(64,101,251); }
div.DivClassName
{
background-color: #4065FB;
}
.BgClassName
{
background-color: #4065FB;
}
</style>
border-color css
<style>
span { border-color: #4065FB; }
span { border-color: rgb(64,101,251); }
td.TdClassName
{
border-color: #4065FB;
}
.TagClassName
{
border-color: #4065FB;
}
</style>