Shades of Royal Blue #3F78CF
Tints of Royal Blue #3F78CF
RGB
CMYK
RGB Variations
Color information
#3F78CF (or 0x3F78CF) is known color: Royal Blue. HEX triplet: 3F, 78 and CF. RGB value is (63,120,207). Sum of RGB (Red+Green+Blue) = 63+120+207=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F78CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F78CF is #C08730. Grayscale: #707070. Windows color (decimal): -12617521 or 13596735. OLE color: 13596735.
HSL color Cylindrical-coordinate representation of color #3F78CF: hue angle of 216.25º 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 #3F78CF is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 120 | 207 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.19 |
| HSL | 216.25º | 0.6% | 0.53% | - |
| HSV(B) | 216.25º | 0.7% | 0.81% | - |
| XYZ | 20.03 | 18.99 | 61.64 | - |
| YUV | 112.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 207 | 0.70 | 0.42 | 0 | 0.19 | 216.25 | 0.6 | 0.53 |
| Hex | 3F | 78 | CF | 46 | 2A | 0 | 13 | D8 | 3C | 35 |
| Octal | 77 | 170 | 317 | 106 | 52 | 0 | 23 | 330 | 74 | 65 |
| Binary | 111111 | 1111000 | 11001111 | 1000110 | 101010 | 0 | 10011 | 11011000 | 111100 | 110101 |
Color Harmonies of #3F78CF
Complementary color
Monochromatic Colors of #3F78CF
Black with #3F78CF
Text Example
Text Example
White with #3F78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F78CF; }
p { color: rgb(63,120,207); }
H1.HeaderClassName
{
color: #3F78CF;
}
.AnyTagClassName
{
color: #3F78CF;
}
</style>
background-color css
<style>
a { background-color: #3F78CF; }
a { background-color: rgb(63,120,207); }
div.DivClassName
{
background-color: #3F78CF;
}
.BgClassName
{
background-color: #3F78CF;
}
</style>
border-color css
<style>
span { border-color: #3F78CF; }
span { border-color: rgb(63,120,207); }
td.TdClassName
{
border-color: #3F78CF;
}
.TagClassName
{
border-color: #3F78CF;
}
</style>