Shades of Royal Blue #3F75DF
Tints of Royal Blue #3F75DF
RGB
CMYK
RGB Variations
Color information
#3F75DF (or 0x3F75DF) is known color: Royal Blue. HEX triplet: 3F, 75 and DF. RGB value is (63,117,223). Sum of RGB (Red+Green+Blue) = 63+117+223=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F75DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F75DF is #C08A20. Grayscale: #707070. Windows color (decimal): -12618273 or 14644543. OLE color: 14644543.
HSL color Cylindrical-coordinate representation of color #3F75DF: hue angle of 219.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F75DF is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 117 | 223 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.13 |
| HSL | 219.75º | 0.71% | 0.56% | - |
| HSV(B) | 219.75º | 0.72% | 0.87% | - |
| XYZ | 21.73 | 19.11 | 72.35 | - |
| YUV | 112.94 | 190.11 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 223 | 0.72 | 0.48 | 0 | 0.13 | 219.75 | 0.71 | 0.56 |
| Hex | 3F | 75 | DF | 48 | 30 | 0 | D | DC | 47 | 38 |
| Octal | 77 | 165 | 337 | 110 | 60 | 0 | 15 | 334 | 107 | 70 |
| Binary | 111111 | 1110101 | 11011111 | 1001000 | 110000 | 0 | 1101 | 11011100 | 1000111 | 111000 |
Color Harmonies of #3F75DF
Complementary color
Monochromatic Colors of #3F75DF
Black with #3F75DF
Text Example
Text Example
White with #3F75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F75DF; }
p { color: rgb(63,117,223); }
H1.HeaderClassName
{
color: #3F75DF;
}
.AnyTagClassName
{
color: #3F75DF;
}
</style>
background-color css
<style>
a { background-color: #3F75DF; }
a { background-color: rgb(63,117,223); }
div.DivClassName
{
background-color: #3F75DF;
}
.BgClassName
{
background-color: #3F75DF;
}
</style>
border-color css
<style>
span { border-color: #3F75DF; }
span { border-color: rgb(63,117,223); }
td.TdClassName
{
border-color: #3F75DF;
}
.TagClassName
{
border-color: #3F75DF;
}
</style>