Shades of Royal Blue #3F69CF
Tints of Royal Blue #3F69CF
RGB
CMYK
RGB Variations
Color information
#3F69CF (or 0x3F69CF) is known color: Royal Blue. HEX triplet: 3F, 69 and CF. RGB value is (63,105,207). Sum of RGB (Red+Green+Blue) = 63+105+207=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F69CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69CF is #C09630. Grayscale: #676767. Windows color (decimal): -12621361 or 13592895. OLE color: 13592895.
HSL color Cylindrical-coordinate representation of color #3F69CF: hue angle of 222.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F69CF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 105 | 207 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.19 |
| HSL | 222.5º | 0.6% | 0.53% | - |
| HSV(B) | 222.5º | 0.7% | 0.81% | - |
| XYZ | 18.36 | 15.66 | 61.09 | - |
| YUV | 104.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 207 | 0.70 | 0.49 | 0 | 0.19 | 222.5 | 0.6 | 0.53 |
| Hex | 3F | 69 | CF | 46 | 31 | 0 | 13 | DE | 3C | 35 |
| Octal | 77 | 151 | 317 | 106 | 61 | 0 | 23 | 336 | 74 | 65 |
| Binary | 111111 | 1101001 | 11001111 | 1000110 | 110001 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #3F69CF
Complementary color
Monochromatic Colors of #3F69CF
Black with #3F69CF
Text Example
Text Example
White with #3F69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69CF; }
p { color: rgb(63,105,207); }
H1.HeaderClassName
{
color: #3F69CF;
}
.AnyTagClassName
{
color: #3F69CF;
}
</style>
background-color css
<style>
a { background-color: #3F69CF; }
a { background-color: rgb(63,105,207); }
div.DivClassName
{
background-color: #3F69CF;
}
.BgClassName
{
background-color: #3F69CF;
}
</style>
border-color css
<style>
span { border-color: #3F69CF; }
span { border-color: rgb(63,105,207); }
td.TdClassName
{
border-color: #3F69CF;
}
.TagClassName
{
border-color: #3F69CF;
}
</style>