Shades of Royal Blue #4384FA
Tints of Royal Blue #4384FA
RGB
CMYK
RGB Variations
Color information
#4384FA (or 0x4384FA) is known color: Royal Blue. HEX triplet: 43, 84 and FA. RGB value is (67,132,250). Sum of RGB (Red+Green+Blue) = 67+132+250=449 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.92% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #4384FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4384FA is #BC7B05. Grayscale: #7D7D7D. Windows color (decimal): -12352262 or 16417859. OLE color: 16417859.
HSL color Cylindrical-coordinate representation of color #4384FA: hue angle of 218.69º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4384FA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 132 | 250 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.02 |
| HSL | 218.69º | 0.95% | 0.62% | - |
| HSV(B) | 218.69º | 0.73% | 0.98% | - |
| XYZ | 27.82 | 24.6 | 93.72 | - |
| YUV | 126.02 | 197.97 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 250 | 0.73 | 0.47 | 0 | 0.02 | 218.69 | 0.95 | 0.62 |
| Hex | 43 | 84 | FA | 49 | 2F | 0 | 2 | DB | 5F | 3E |
| Octal | 103 | 204 | 372 | 111 | 57 | 0 | 2 | 333 | 137 | 76 |
| Binary | 1000011 | 10000100 | 11111010 | 1001001 | 101111 | 0 | 10 | 11011011 | 1011111 | 111110 |
Color Harmonies of #4384FA
Complementary color
Monochromatic Colors of #4384FA
Black with #4384FA
Text Example
Text Example
White with #4384FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4384FA; }
p { color: rgb(67,132,250); }
H1.HeaderClassName
{
color: #4384FA;
}
.AnyTagClassName
{
color: #4384FA;
}
</style>
background-color css
<style>
a { background-color: #4384FA; }
a { background-color: rgb(67,132,250); }
div.DivClassName
{
background-color: #4384FA;
}
.BgClassName
{
background-color: #4384FA;
}
</style>
border-color css
<style>
span { border-color: #4384FA; }
span { border-color: rgb(67,132,250); }
td.TdClassName
{
border-color: #4384FA;
}
.TagClassName
{
border-color: #4384FA;
}
</style>