Shades of Royal Blue #3F78CE
Tints of Royal Blue #3F78CE
RGB
CMYK
RGB Variations
Color information
#3F78CE (or 0x3F78CE) is known color: Royal Blue. HEX triplet: 3F, 78 and CE. RGB value is (63,120,206). Sum of RGB (Red+Green+Blue) = 63+120+206=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F78CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F78CE is #C08731. Grayscale: #707070. Windows color (decimal): -12617522 or 13531199. OLE color: 13531199.
HSL color Cylindrical-coordinate representation of color #3F78CE: hue angle of 216.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F78CE is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 120 | 206 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.19 |
| HSL | 216.08º | 0.59% | 0.53% | - |
| HSV(B) | 216.08º | 0.69% | 0.81% | - |
| XYZ | 19.91 | 18.95 | 61 | - |
| YUV | 112.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 206 | 0.69 | 0.42 | 0 | 0.19 | 216.08 | 0.59 | 0.53 |
| Hex | 3F | 78 | CE | 45 | 2A | 0 | 13 | D8 | 3B | 35 |
| Octal | 77 | 170 | 316 | 105 | 52 | 0 | 23 | 330 | 73 | 65 |
| Binary | 111111 | 1111000 | 11001110 | 1000101 | 101010 | 0 | 10011 | 11011000 | 111011 | 110101 |
Color Harmonies of #3F78CE
Complementary color
Monochromatic Colors of #3F78CE
Black with #3F78CE
Text Example
Text Example
White with #3F78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F78CE; }
p { color: rgb(63,120,206); }
H1.HeaderClassName
{
color: #3F78CE;
}
.AnyTagClassName
{
color: #3F78CE;
}
</style>
background-color css
<style>
a { background-color: #3F78CE; }
a { background-color: rgb(63,120,206); }
div.DivClassName
{
background-color: #3F78CE;
}
.BgClassName
{
background-color: #3F78CE;
}
</style>
border-color css
<style>
span { border-color: #3F78CE; }
span { border-color: rgb(63,120,206); }
td.TdClassName
{
border-color: #3F78CE;
}
.TagClassName
{
border-color: #3F78CE;
}
</style>