Shades of Royal Blue #3F66DC
Tints of Royal Blue #3F66DC
RGB
CMYK
RGB Variations
Color information
#3F66DC (or 0x3F66DC) is known color: Royal Blue. HEX triplet: 3F, 66 and DC. RGB value is (63,102,220). Sum of RGB (Red+Green+Blue) = 63+102+220=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F66DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66DC is #C09923. Grayscale: #676767. Windows color (decimal): -12622116 or 14444095. OLE color: 14444095.
HSL color Cylindrical-coordinate representation of color #3F66DC: hue angle of 225.1º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F66DC is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 102 | 220 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.14 |
| HSL | 225.1º | 0.69% | 0.55% | - |
| HSV(B) | 225.1º | 0.71% | 0.86% | - |
| XYZ | 19.72 | 15.73 | 69.71 | - |
| YUV | 103.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 220 | 0.71 | 0.54 | 0 | 0.14 | 225.1 | 0.69 | 0.55 |
| Hex | 3F | 66 | DC | 47 | 36 | 0 | E | E1 | 45 | 37 |
| Octal | 77 | 146 | 334 | 107 | 66 | 0 | 16 | 341 | 105 | 67 |
| Binary | 111111 | 1100110 | 11011100 | 1000111 | 110110 | 0 | 1110 | 11100001 | 1000101 | 110111 |
Color Harmonies of #3F66DC
Complementary color
Monochromatic Colors of #3F66DC
Black with #3F66DC
Text Example
Text Example
White with #3F66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F66DC; }
p { color: rgb(63,102,220); }
H1.HeaderClassName
{
color: #3F66DC;
}
.AnyTagClassName
{
color: #3F66DC;
}
</style>
background-color css
<style>
a { background-color: #3F66DC; }
a { background-color: rgb(63,102,220); }
div.DivClassName
{
background-color: #3F66DC;
}
.BgClassName
{
background-color: #3F66DC;
}
</style>
border-color css
<style>
span { border-color: #3F66DC; }
span { border-color: rgb(63,102,220); }
td.TdClassName
{
border-color: #3F66DC;
}
.TagClassName
{
border-color: #3F66DC;
}
</style>