Shades of Royal Blue #4060FA
Tints of Royal Blue #4060FA
RGB
CMYK
RGB Variations
Color information
#4060FA (or 0x4060FA) is known color: Royal Blue. HEX triplet: 40, 60 and FA. RGB value is (64,96,250). Sum of RGB (Red+Green+Blue) = 64+96+250=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #4060FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4060FA is #BF9F05. Grayscale: #676767. Windows color (decimal): -12558086 or 16408640. OLE color: 16408640.
HSL color Cylindrical-coordinate representation of color #4060FA: hue angle of 229.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4060FA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 96 | 250 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.02 |
| HSL | 229.68º | 0.95% | 0.62% | - |
| HSV(B) | 229.68º | 0.74% | 0.98% | - |
| XYZ | 23.55 | 16.36 | 92.36 | - |
| YUV | 103.99 | 210.4 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 250 | 0.74 | 0.62 | 0 | 0.02 | 229.68 | 0.95 | 0.62 |
| Hex | 40 | 60 | FA | 4A | 3E | 0 | 2 | E6 | 5F | 3E |
| Octal | 100 | 140 | 372 | 112 | 76 | 0 | 2 | 346 | 137 | 76 |
| Binary | 1000000 | 1100000 | 11111010 | 1001010 | 111110 | 0 | 10 | 11100110 | 1011111 | 111110 |
Color Harmonies of #4060FA
Complementary color
Monochromatic Colors of #4060FA
Black with #4060FA
Text Example
Text Example
White with #4060FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4060FA; }
p { color: rgb(64,96,250); }
H1.HeaderClassName
{
color: #4060FA;
}
.AnyTagClassName
{
color: #4060FA;
}
</style>
background-color css
<style>
a { background-color: #4060FA; }
a { background-color: rgb(64,96,250); }
div.DivClassName
{
background-color: #4060FA;
}
.BgClassName
{
background-color: #4060FA;
}
</style>
border-color css
<style>
span { border-color: #4060FA; }
span { border-color: rgb(64,96,250); }
td.TdClassName
{
border-color: #4060FA;
}
.TagClassName
{
border-color: #4060FA;
}
</style>