Shades of Royal Blue #3F69DF
Tints of Royal Blue #3F69DF
RGB
CMYK
RGB Variations
Color information
#3F69DF (or 0x3F69DF) is known color: Royal Blue. HEX triplet: 3F, 69 and DF. RGB value is (63,105,223). Sum of RGB (Red+Green+Blue) = 63+105+223=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F69DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69DF is #C09620. Grayscale: #696969. Windows color (decimal): -12621345 or 14641471. OLE color: 14641471.
HSL color Cylindrical-coordinate representation of color #3F69DF: hue angle of 224.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F69DF is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 105 | 223 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.13 |
| HSL | 224.25º | 0.71% | 0.56% | - |
| HSV(B) | 224.25º | 0.72% | 0.87% | - |
| XYZ | 20.42 | 16.49 | 71.92 | - |
| YUV | 105.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 223 | 0.72 | 0.53 | 0 | 0.13 | 224.25 | 0.71 | 0.56 |
| Hex | 3F | 69 | DF | 48 | 35 | 0 | D | E0 | 47 | 38 |
| Octal | 77 | 151 | 337 | 110 | 65 | 0 | 15 | 340 | 107 | 70 |
| Binary | 111111 | 1101001 | 11011111 | 1001000 | 110101 | 0 | 1101 | 11100000 | 1000111 | 111000 |
Color Harmonies of #3F69DF
Complementary color
Monochromatic Colors of #3F69DF
Black with #3F69DF
Text Example
Text Example
White with #3F69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69DF; }
p { color: rgb(63,105,223); }
H1.HeaderClassName
{
color: #3F69DF;
}
.AnyTagClassName
{
color: #3F69DF;
}
</style>
background-color css
<style>
a { background-color: #3F69DF; }
a { background-color: rgb(63,105,223); }
div.DivClassName
{
background-color: #3F69DF;
}
.BgClassName
{
background-color: #3F69DF;
}
</style>
border-color css
<style>
span { border-color: #3F69DF; }
span { border-color: rgb(63,105,223); }
td.TdClassName
{
border-color: #3F69DF;
}
.TagClassName
{
border-color: #3F69DF;
}
</style>