Shades of Royal Blue #3F53DF
Tints of Royal Blue #3F53DF
RGB
CMYK
RGB Variations
Color information
#3F53DF (or 0x3F53DF) is known color: Royal Blue. HEX triplet: 3F, 53 and DF. RGB value is (63,83,223). Sum of RGB (Red+Green+Blue) = 63+83+223=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F53DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F53DF is #C0AC20. Grayscale: #5C5C5C. Windows color (decimal): -12626977 or 14635839. OLE color: 14635839.
HSL color Cylindrical-coordinate representation of color #3F53DF: hue angle of 232.5º 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 #3F53DF is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 83 | 223 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.13 |
| HSL | 232.5º | 0.71% | 0.56% | - |
| HSV(B) | 232.5º | 0.72% | 0.87% | - |
| XYZ | 18.46 | 12.57 | 71.27 | - |
| YUV | 92.98 | 201.37 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 223 | 0.72 | 0.63 | 0 | 0.13 | 232.5 | 0.71 | 0.56 |
| Hex | 3F | 53 | DF | 48 | 3F | 0 | D | E8 | 47 | 38 |
| Octal | 77 | 123 | 337 | 110 | 77 | 0 | 15 | 350 | 107 | 70 |
| Binary | 111111 | 1010011 | 11011111 | 1001000 | 111111 | 0 | 1101 | 11101000 | 1000111 | 111000 |
Color Harmonies of #3F53DF
Complementary color
Monochromatic Colors of #3F53DF
Black with #3F53DF
Text Example
Text Example
White with #3F53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F53DF; }
p { color: rgb(63,83,223); }
H1.HeaderClassName
{
color: #3F53DF;
}
.AnyTagClassName
{
color: #3F53DF;
}
</style>
background-color css
<style>
a { background-color: #3F53DF; }
a { background-color: rgb(63,83,223); }
div.DivClassName
{
background-color: #3F53DF;
}
.BgClassName
{
background-color: #3F53DF;
}
</style>
border-color css
<style>
span { border-color: #3F53DF; }
span { border-color: rgb(63,83,223); }
td.TdClassName
{
border-color: #3F53DF;
}
.TagClassName
{
border-color: #3F53DF;
}
</style>