Shades of Royal Blue #3F70CE
Tints of Royal Blue #3F70CE
RGB
CMYK
RGB Variations
Color information
#3F70CE (or 0x3F70CE) is known color: Royal Blue. HEX triplet: 3F, 70 and CE. RGB value is (63,112,206). Sum of RGB (Red+Green+Blue) = 63+112+206=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F70CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70CE is #C08F31. Grayscale: #6B6B6B. Windows color (decimal): -12619570 or 13529151. OLE color: 13529151.
HSL color Cylindrical-coordinate representation of color #3F70CE: hue angle of 219.44º 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 #3F70CE is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 112 | 206 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.19 |
| HSL | 219.44º | 0.59% | 0.53% | - |
| HSV(B) | 219.44º | 0.69% | 0.81% | - |
| XYZ | 18.98 | 17.1 | 60.69 | - |
| YUV | 108.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 206 | 0.69 | 0.46 | 0 | 0.19 | 219.44 | 0.59 | 0.53 |
| Hex | 3F | 70 | CE | 45 | 2E | 0 | 13 | DB | 3B | 35 |
| Octal | 77 | 160 | 316 | 105 | 56 | 0 | 23 | 333 | 73 | 65 |
| Binary | 111111 | 1110000 | 11001110 | 1000101 | 101110 | 0 | 10011 | 11011011 | 111011 | 110101 |
Color Harmonies of #3F70CE
Complementary color
Monochromatic Colors of #3F70CE
Black with #3F70CE
Text Example
Text Example
White with #3F70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70CE; }
p { color: rgb(63,112,206); }
H1.HeaderClassName
{
color: #3F70CE;
}
.AnyTagClassName
{
color: #3F70CE;
}
</style>
background-color css
<style>
a { background-color: #3F70CE; }
a { background-color: rgb(63,112,206); }
div.DivClassName
{
background-color: #3F70CE;
}
.BgClassName
{
background-color: #3F70CE;
}
</style>
border-color css
<style>
span { border-color: #3F70CE; }
span { border-color: rgb(63,112,206); }
td.TdClassName
{
border-color: #3F70CE;
}
.TagClassName
{
border-color: #3F70CE;
}
</style>