Shades of Royal Blue #3F64FE
Tints of Royal Blue #3F64FE
RGB
CMYK
RGB Variations
Color information
#3F64FE (or 0x3F64FE) is known color: Royal Blue. HEX triplet: 3F, 64 and FE. RGB value is (63,100,254). Sum of RGB (Red+Green+Blue) = 63+100+254=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F64FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F64FE is #C09B01. Grayscale: #696969. Windows color (decimal): -12622594 or 16671807. OLE color: 16671807.
HSL color Cylindrical-coordinate representation of color #3F64FE: hue angle of 228.38º 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 #3F64FE is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 100 | 254 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.00 |
| HSL | 228.38º | 0.99% | 0.62% | - |
| HSV(B) | 228.38º | 0.75% | 1% | - |
| XYZ | 24.5 | 17.33 | 95.82 | - |
| YUV | 106.49 | 211.24 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 254 | 0.75 | 0.61 | 0 | 0.00 | 228.38 | 0.99 | 0.62 |
| Hex | 3F | 64 | FE | 4B | 3D | 0 | 0 | E4 | 63 | 3E |
| Octal | 77 | 144 | 376 | 113 | 75 | 0 | 0 | 344 | 143 | 76 |
| Binary | 111111 | 1100100 | 11111110 | 1001011 | 111101 | 0 | 0 | 11100100 | 1100011 | 111110 |
Color Harmonies of #3F64FE
Complementary color
Monochromatic Colors of #3F64FE
Black with #3F64FE
Text Example
Text Example
White with #3F64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F64FE; }
p { color: rgb(63,100,254); }
H1.HeaderClassName
{
color: #3F64FE;
}
.AnyTagClassName
{
color: #3F64FE;
}
</style>
background-color css
<style>
a { background-color: #3F64FE; }
a { background-color: rgb(63,100,254); }
div.DivClassName
{
background-color: #3F64FE;
}
.BgClassName
{
background-color: #3F64FE;
}
</style>
border-color css
<style>
span { border-color: #3F64FE; }
span { border-color: rgb(63,100,254); }
td.TdClassName
{
border-color: #3F64FE;
}
.TagClassName
{
border-color: #3F64FE;
}
</style>