Shades of Royal Blue #3F75FE
Tints of Royal Blue #3F75FE
RGB
CMYK
RGB Variations
Color information
#3F75FE (or 0x3F75FE) is known color: Royal Blue. HEX triplet: 3F, 75 and FE. RGB value is (63,117,254). Sum of RGB (Red+Green+Blue) = 63+117+254=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F75FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F75FE is #C08A01. Grayscale: #737373. Windows color (decimal): -12618242 or 16676159. OLE color: 16676159.
HSL color Cylindrical-coordinate representation of color #3F75FE: hue angle of 223.04º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F75FE is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 117 | 254 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.00 |
| HSL | 223.04º | 0.99% | 0.62% | - |
| HSV(B) | 223.04º | 0.75% | 1% | - |
| XYZ | 26.3 | 20.94 | 96.42 | - |
| YUV | 116.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 254 | 0.75 | 0.54 | 0 | 0.00 | 223.04 | 0.99 | 0.62 |
| Hex | 3F | 75 | FE | 4B | 36 | 0 | 0 | DF | 63 | 3E |
| Octal | 77 | 165 | 376 | 113 | 66 | 0 | 0 | 337 | 143 | 76 |
| Binary | 111111 | 1110101 | 11111110 | 1001011 | 110110 | 0 | 0 | 11011111 | 1100011 | 111110 |
Color Harmonies of #3F75FE
Complementary color
Monochromatic Colors of #3F75FE
Black with #3F75FE
Text Example
Text Example
White with #3F75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F75FE; }
p { color: rgb(63,117,254); }
H1.HeaderClassName
{
color: #3F75FE;
}
.AnyTagClassName
{
color: #3F75FE;
}
</style>
background-color css
<style>
a { background-color: #3F75FE; }
a { background-color: rgb(63,117,254); }
div.DivClassName
{
background-color: #3F75FE;
}
.BgClassName
{
background-color: #3F75FE;
}
</style>
border-color css
<style>
span { border-color: #3F75FE; }
span { border-color: rgb(63,117,254); }
td.TdClassName
{
border-color: #3F75FE;
}
.TagClassName
{
border-color: #3F75FE;
}
</style>