Shades of Royal Blue #3F55DF
Tints of Royal Blue #3F55DF
RGB
CMYK
RGB Variations
Color information
#3F55DF (or 0x3F55DF) is known color: Royal Blue. HEX triplet: 3F, 55 and DF. RGB value is (63,85,223). Sum of RGB (Red+Green+Blue) = 63+85+223=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F55DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F55DF is #C0AA20. Grayscale: #5D5D5D. Windows color (decimal): -12626465 or 14636351. OLE color: 14636351.
HSL color Cylindrical-coordinate representation of color #3F55DF: hue angle of 231.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 #3F55DF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 85 | 223 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.13 |
| HSL | 231.75º | 0.71% | 0.56% | - |
| HSV(B) | 231.75º | 0.72% | 0.87% | - |
| XYZ | 18.62 | 12.88 | 71.32 | - |
| YUV | 94.15 | 200.71 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 223 | 0.72 | 0.62 | 0 | 0.13 | 231.75 | 0.71 | 0.56 |
| Hex | 3F | 55 | DF | 48 | 3E | 0 | D | E8 | 47 | 38 |
| Octal | 77 | 125 | 337 | 110 | 76 | 0 | 15 | 350 | 107 | 70 |
| Binary | 111111 | 1010101 | 11011111 | 1001000 | 111110 | 0 | 1101 | 11101000 | 1000111 | 111000 |
Color Harmonies of #3F55DF
Complementary color
Monochromatic Colors of #3F55DF
Black with #3F55DF
Text Example
Text Example
White with #3F55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F55DF; }
p { color: rgb(63,85,223); }
H1.HeaderClassName
{
color: #3F55DF;
}
.AnyTagClassName
{
color: #3F55DF;
}
</style>
background-color css
<style>
a { background-color: #3F55DF; }
a { background-color: rgb(63,85,223); }
div.DivClassName
{
background-color: #3F55DF;
}
.BgClassName
{
background-color: #3F55DF;
}
</style>
border-color css
<style>
span { border-color: #3F55DF; }
span { border-color: rgb(63,85,223); }
td.TdClassName
{
border-color: #3F55DF;
}
.TagClassName
{
border-color: #3F55DF;
}
</style>