Shades of Royal Blue #3F65FB
Tints of Royal Blue #3F65FB
RGB
CMYK
RGB Variations
Color information
#3F65FB (or 0x3F65FB) is known color: Royal Blue. HEX triplet: 3F, 65 and FB. RGB value is (63,101,251). Sum of RGB (Red+Green+Blue) = 63+101+251=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F65FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F65FB is #C09A04. Grayscale: #6A6A6A. Windows color (decimal): -12622341 or 16475455. OLE color: 16475455.
HSL color Cylindrical-coordinate representation of color #3F65FB: hue angle of 227.87º 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 #3F65FB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 101 | 251 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.02 |
| HSL | 227.87º | 0.96% | 0.62% | - |
| HSV(B) | 227.87º | 0.75% | 0.98% | - |
| XYZ | 24.12 | 17.33 | 93.34 | - |
| YUV | 106.74 | 209.41 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 251 | 0.75 | 0.60 | 0 | 0.02 | 227.87 | 0.96 | 0.62 |
| Hex | 3F | 65 | FB | 4B | 3C | 0 | 2 | E4 | 60 | 3E |
| Octal | 77 | 145 | 373 | 113 | 74 | 0 | 2 | 344 | 140 | 76 |
| Binary | 111111 | 1100101 | 11111011 | 1001011 | 111100 | 0 | 10 | 11100100 | 1100000 | 111110 |
Color Harmonies of #3F65FB
Complementary color
Monochromatic Colors of #3F65FB
Black with #3F65FB
Text Example
Text Example
White with #3F65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F65FB; }
p { color: rgb(63,101,251); }
H1.HeaderClassName
{
color: #3F65FB;
}
.AnyTagClassName
{
color: #3F65FB;
}
</style>
background-color css
<style>
a { background-color: #3F65FB; }
a { background-color: rgb(63,101,251); }
div.DivClassName
{
background-color: #3F65FB;
}
.BgClassName
{
background-color: #3F65FB;
}
</style>
border-color css
<style>
span { border-color: #3F65FB; }
span { border-color: rgb(63,101,251); }
td.TdClassName
{
border-color: #3F65FB;
}
.TagClassName
{
border-color: #3F65FB;
}
</style>