Shades of Royal Blue #3F69D7
Tints of Royal Blue #3F69D7
RGB
CMYK
RGB Variations
Color information
#3F69D7 (or 0x3F69D7) is known color: Royal Blue. HEX triplet: 3F, 69 and D7. RGB value is (63,105,215). Sum of RGB (Red+Green+Blue) = 63+105+215=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #3F69D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69D7 is #C09628. Grayscale: #686868. Windows color (decimal): -12621353 or 14117183. OLE color: 14117183.
HSL color Cylindrical-coordinate representation of color #3F69D7: hue angle of 223.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F69D7 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 105 | 215 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.16 |
| HSL | 223.42º | 0.66% | 0.55% | - |
| HSV(B) | 223.42º | 0.71% | 0.84% | - |
| XYZ | 19.37 | 16.07 | 66.37 | - |
| YUV | 104.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 215 | 0.71 | 0.51 | 0 | 0.16 | 223.42 | 0.66 | 0.55 |
| Hex | 3F | 69 | D7 | 47 | 33 | 0 | 10 | DF | 42 | 37 |
| Octal | 77 | 151 | 327 | 107 | 63 | 0 | 20 | 337 | 102 | 67 |
| Binary | 111111 | 1101001 | 11010111 | 1000111 | 110011 | 0 | 10000 | 11011111 | 1000010 | 110111 |
Color Harmonies of #3F69D7
Complementary color
Monochromatic Colors of #3F69D7
Black with #3F69D7
Text Example
Text Example
White with #3F69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F69D7; }
p { color: rgb(63,105,215); }
H1.HeaderClassName
{
color: #3F69D7;
}
.AnyTagClassName
{
color: #3F69D7;
}
</style>
background-color css
<style>
a { background-color: #3F69D7; }
a { background-color: rgb(63,105,215); }
div.DivClassName
{
background-color: #3F69D7;
}
.BgClassName
{
background-color: #3F69D7;
}
</style>
border-color css
<style>
span { border-color: #3F69D7; }
span { border-color: rgb(63,105,215); }
td.TdClassName
{
border-color: #3F69D7;
}
.TagClassName
{
border-color: #3F69D7;
}
</style>