Shades of Royal Blue #4284FB
Tints of Royal Blue #4284FB
RGB
CMYK
RGB Variations
Color information
#4284FB (or 0x4284FB) is known color: Royal Blue. HEX triplet: 42, 84 and FB. RGB value is (66,132,251). Sum of RGB (Red+Green+Blue) = 66+132+251=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #4284FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4284FB is #BD7B04. Grayscale: #7D7D7D. Windows color (decimal): -12417797 or 16483394. OLE color: 16483394.
HSL color Cylindrical-coordinate representation of color #4284FB: hue angle of 218.59º degrees, saturation: 0.96, 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 #4284FB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 132 | 251 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.02 |
| HSL | 218.59º | 0.96% | 0.62% | - |
| HSV(B) | 218.59º | 0.74% | 0.98% | - |
| XYZ | 27.91 | 24.63 | 94.55 | - |
| YUV | 125.83 | 198.63 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 251 | 0.74 | 0.47 | 0 | 0.02 | 218.59 | 0.96 | 0.62 |
| Hex | 42 | 84 | FB | 4A | 2F | 0 | 2 | DB | 60 | 3E |
| Octal | 102 | 204 | 373 | 112 | 57 | 0 | 2 | 333 | 140 | 76 |
| Binary | 1000010 | 10000100 | 11111011 | 1001010 | 101111 | 0 | 10 | 11011011 | 1100000 | 111110 |
Color Harmonies of #4284FB
Complementary color
Monochromatic Colors of #4284FB
Black with #4284FB
Text Example
Text Example
White with #4284FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4284FB; }
p { color: rgb(66,132,251); }
H1.HeaderClassName
{
color: #4284FB;
}
.AnyTagClassName
{
color: #4284FB;
}
</style>
background-color css
<style>
a { background-color: #4284FB; }
a { background-color: rgb(66,132,251); }
div.DivClassName
{
background-color: #4284FB;
}
.BgClassName
{
background-color: #4284FB;
}
</style>
border-color css
<style>
span { border-color: #4284FB; }
span { border-color: rgb(66,132,251); }
td.TdClassName
{
border-color: #4284FB;
}
.TagClassName
{
border-color: #4284FB;
}
</style>