Shades of Royal Blue #3F69FE
Tints of Royal Blue #3F69FE
RGB
CMYK
RGB Variations
Color information
#3F69FE (or 0x3F69FE) is known color: Royal Blue. HEX triplet: 3F, 69 and FE. RGB value is (63,105,254). Sum of RGB (Red+Green+Blue) = 63+105+254=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F69FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F69FE is #C09601. Grayscale: #6C6C6C. Windows color (decimal): -12621314 or 16673087. OLE color: 16673087.
HSL color Cylindrical-coordinate representation of color #3F69FE: hue angle of 226.81º 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 #3F69FE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 105 | 254 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.00 |
| HSL | 226.81º | 0.99% | 0.62% | - |
| HSV(B) | 226.81º | 0.75% | 1% | - |
| XYZ | 24.99 | 18.32 | 95.98 | - |
| YUV | 109.43 | 209.59 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 254 | 0.75 | 0.59 | 0 | 0.00 | 226.81 | 0.99 | 0.62 |
| Hex | 3F | 69 | FE | 4B | 3B | 0 | 0 | E3 | 63 | 3E |
| Octal | 77 | 151 | 376 | 113 | 73 | 0 | 0 | 343 | 143 | 76 |
| Binary | 111111 | 1101001 | 11111110 | 1001011 | 111011 | 0 | 0 | 11100011 | 1100011 | 111110 |
Color Harmonies of #3F69FE
Complementary color
Monochromatic Colors of #3F69FE
Black with #3F69FE
Text Example
Text Example
White with #3F69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69FE; }
p { color: rgb(63,105,254); }
H1.HeaderClassName
{
color: #3F69FE;
}
.AnyTagClassName
{
color: #3F69FE;
}
</style>
background-color css
<style>
a { background-color: #3F69FE; }
a { background-color: rgb(63,105,254); }
div.DivClassName
{
background-color: #3F69FE;
}
.BgClassName
{
background-color: #3F69FE;
}
</style>
border-color css
<style>
span { border-color: #3F69FE; }
span { border-color: rgb(63,105,254); }
td.TdClassName
{
border-color: #3F69FE;
}
.TagClassName
{
border-color: #3F69FE;
}
</style>