Shades of Royal Blue #3F68DA
Tints of Royal Blue #3F68DA
RGB
CMYK
RGB Variations
Color information
#3F68DA (or 0x3F68DA) is known color: Royal Blue. HEX triplet: 3F, 68 and DA. RGB value is (63,104,218). Sum of RGB (Red+Green+Blue) = 63+104+218=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F68DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68DA is #C09725. Grayscale: #686868. Windows color (decimal): -12621606 or 14313535. OLE color: 14313535.
HSL color Cylindrical-coordinate representation of color #3F68DA: hue angle of 224.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F68DA is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 104 | 218 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.15 |
| HSL | 224.13º | 0.68% | 0.55% | - |
| HSV(B) | 224.13º | 0.71% | 0.85% | - |
| XYZ | 19.66 | 16.02 | 68.39 | - |
| YUV | 104.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 218 | 0.71 | 0.52 | 0 | 0.15 | 224.13 | 0.68 | 0.55 |
| Hex | 3F | 68 | DA | 47 | 34 | 0 | F | E0 | 44 | 37 |
| Octal | 77 | 150 | 332 | 107 | 64 | 0 | 17 | 340 | 104 | 67 |
| Binary | 111111 | 1101000 | 11011010 | 1000111 | 110100 | 0 | 1111 | 11100000 | 1000100 | 110111 |
Color Harmonies of #3F68DA
Complementary color
Monochromatic Colors of #3F68DA
Black with #3F68DA
Text Example
Text Example
White with #3F68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68DA; }
p { color: rgb(63,104,218); }
H1.HeaderClassName
{
color: #3F68DA;
}
.AnyTagClassName
{
color: #3F68DA;
}
</style>
background-color css
<style>
a { background-color: #3F68DA; }
a { background-color: rgb(63,104,218); }
div.DivClassName
{
background-color: #3F68DA;
}
.BgClassName
{
background-color: #3F68DA;
}
</style>
border-color css
<style>
span { border-color: #3F68DA; }
span { border-color: rgb(63,104,218); }
td.TdClassName
{
border-color: #3F68DA;
}
.TagClassName
{
border-color: #3F68DA;
}
</style>