Shades of Royal Blue #4084FA
Tints of Royal Blue #4084FA
RGB
CMYK
RGB Variations
Color information
#4084FA (or 0x4084FA) is known color: Royal Blue. HEX triplet: 40, 84 and FA. RGB value is (64,132,250). Sum of RGB (Red+Green+Blue) = 64+132+250=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #4084FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4084FA is #BF7B05. Grayscale: #7C7C7C. Windows color (decimal): -12548870 or 16417856. OLE color: 16417856.
HSL color Cylindrical-coordinate representation of color #4084FA: hue angle of 218.06º 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 #4084FA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 132 | 250 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.02 |
| HSL | 218.06º | 0.95% | 0.62% | - |
| HSV(B) | 218.06º | 0.74% | 0.98% | - |
| XYZ | 27.62 | 24.49 | 93.71 | - |
| YUV | 125.12 | 198.47 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 250 | 0.74 | 0.47 | 0 | 0.02 | 218.06 | 0.95 | 0.62 |
| Hex | 40 | 84 | FA | 4A | 2F | 0 | 2 | DA | 5F | 3E |
| Octal | 100 | 204 | 372 | 112 | 57 | 0 | 2 | 332 | 137 | 76 |
| Binary | 1000000 | 10000100 | 11111010 | 1001010 | 101111 | 0 | 10 | 11011010 | 1011111 | 111110 |
Color Harmonies of #4084FA
Complementary color
Monochromatic Colors of #4084FA
Black with #4084FA
Text Example
Text Example
White with #4084FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4084FA; }
p { color: rgb(64,132,250); }
H1.HeaderClassName
{
color: #4084FA;
}
.AnyTagClassName
{
color: #4084FA;
}
</style>
background-color css
<style>
a { background-color: #4084FA; }
a { background-color: rgb(64,132,250); }
div.DivClassName
{
background-color: #4084FA;
}
.BgClassName
{
background-color: #4084FA;
}
</style>
border-color css
<style>
span { border-color: #4084FA; }
span { border-color: rgb(64,132,250); }
td.TdClassName
{
border-color: #4084FA;
}
.TagClassName
{
border-color: #4084FA;
}
</style>