Shades of Royal Blue #4384FB
Tints of Royal Blue #4384FB
RGB
CMYK
RGB Variations
Color information
#4384FB (or 0x4384FB) is known color: Royal Blue. HEX triplet: 43, 84 and FB. RGB value is (67,132,251). Sum of RGB (Red+Green+Blue) = 67+132+251=450 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.89% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #4384FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4384FB is #BC7B04. Grayscale: #7D7D7D. Windows color (decimal): -12352261 or 16483395. OLE color: 16483395.
HSL color Cylindrical-coordinate representation of color #4384FB: hue angle of 218.8º degrees, saturation: 0.96, 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 #4384FB is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 132 | 251 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.02 |
| HSL | 218.8º | 0.96% | 0.62% | - |
| HSV(B) | 218.8º | 0.73% | 0.98% | - |
| XYZ | 27.98 | 24.66 | 94.55 | - |
| YUV | 126.13 | 198.47 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 251 | 0.73 | 0.47 | 0 | 0.02 | 218.8 | 0.96 | 0.62 |
| Hex | 43 | 84 | FB | 49 | 2F | 0 | 2 | DB | 60 | 3E |
| Octal | 103 | 204 | 373 | 111 | 57 | 0 | 2 | 333 | 140 | 76 |
| Binary | 1000011 | 10000100 | 11111011 | 1001001 | 101111 | 0 | 10 | 11011011 | 1100000 | 111110 |
Color Harmonies of #4384FB
Complementary color
Monochromatic Colors of #4384FB
Black with #4384FB
Text Example
Text Example
White with #4384FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4384FB; }
p { color: rgb(67,132,251); }
H1.HeaderClassName
{
color: #4384FB;
}
.AnyTagClassName
{
color: #4384FB;
}
</style>
background-color css
<style>
a { background-color: #4384FB; }
a { background-color: rgb(67,132,251); }
div.DivClassName
{
background-color: #4384FB;
}
.BgClassName
{
background-color: #4384FB;
}
</style>
border-color css
<style>
span { border-color: #4384FB; }
span { border-color: rgb(67,132,251); }
td.TdClassName
{
border-color: #4384FB;
}
.TagClassName
{
border-color: #4384FB;
}
</style>