Shades of Royal Blue #3F6CFE
Tints of Royal Blue #3F6CFE
RGB
CMYK
RGB Variations
Color information
#3F6CFE (or 0x3F6CFE) is known color: Royal Blue. HEX triplet: 3F, 6C and FE. RGB value is (63,108,254). Sum of RGB (Red+Green+Blue) = 63+108+254=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6CFE is #C09301. Grayscale: #6E6E6E. Windows color (decimal): -12620546 or 16673855. OLE color: 16673855.
HSL color Cylindrical-coordinate representation of color #3F6CFE: hue angle of 225.86º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F6CFE is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 108 | 254 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.00 |
| HSL | 225.86º | 0.99% | 0.62% | - |
| HSV(B) | 225.86º | 0.75% | 1% | - |
| XYZ | 25.3 | 18.94 | 96.09 | - |
| YUV | 111.19 | 208.59 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 108 | 254 | 0.75 | 0.57 | 0 | 0.00 | 225.86 | 0.99 | 0.62 |
| Hex | 3F | 6C | FE | 4B | 39 | 0 | 0 | E2 | 63 | 3E |
| Octal | 77 | 154 | 376 | 113 | 71 | 0 | 0 | 342 | 143 | 76 |
| Binary | 111111 | 1101100 | 11111110 | 1001011 | 111001 | 0 | 0 | 11100010 | 1100011 | 111110 |
Color Harmonies of #3F6CFE
Complementary color
Monochromatic Colors of #3F6CFE
Black with #3F6CFE
Text Example
Text Example
White with #3F6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6CFE; }
p { color: rgb(63,108,254); }
H1.HeaderClassName
{
color: #3F6CFE;
}
.AnyTagClassName
{
color: #3F6CFE;
}
</style>
background-color css
<style>
a { background-color: #3F6CFE; }
a { background-color: rgb(63,108,254); }
div.DivClassName
{
background-color: #3F6CFE;
}
.BgClassName
{
background-color: #3F6CFE;
}
</style>
border-color css
<style>
span { border-color: #3F6CFE; }
span { border-color: rgb(63,108,254); }
td.TdClassName
{
border-color: #3F6CFE;
}
.TagClassName
{
border-color: #3F6CFE;
}
</style>