Shades of Royal Blue #4584F9
Tints of Royal Blue #4584F9
RGB
CMYK
RGB Variations
Color information
#4584F9 (or 0x4584F9) is known color: Royal Blue. HEX triplet: 45, 84 and F9. RGB value is (69,132,249). Sum of RGB (Red+Green+Blue) = 69+132+249=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #4584F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4584F9 is #BA7B06. Grayscale: #7D7D7D. Windows color (decimal): -12221191 or 16352325. OLE color: 16352325.
HSL color Cylindrical-coordinate representation of color #4584F9: hue angle of 219º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4584F9 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 132 | 249 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.02 |
| HSL | 219º | 0.94% | 0.62% | - |
| HSV(B) | 219º | 0.72% | 0.98% | - |
| XYZ | 27.8 | 24.61 | 92.91 | - |
| YUV | 126.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 249 | 0.72 | 0.47 | 0 | 0.02 | 219 | 0.94 | 0.62 |
| Hex | 45 | 84 | F9 | 48 | 2F | 0 | 2 | DB | 5E | 3E |
| Octal | 105 | 204 | 371 | 110 | 57 | 0 | 2 | 333 | 136 | 76 |
| Binary | 1000101 | 10000100 | 11111001 | 1001000 | 101111 | 0 | 10 | 11011011 | 1011110 | 111110 |
Color Harmonies of #4584F9
Complementary color
Monochromatic Colors of #4584F9
Black with #4584F9
Text Example
Text Example
White with #4584F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4584F9; }
p { color: rgb(69,132,249); }
H1.HeaderClassName
{
color: #4584F9;
}
.AnyTagClassName
{
color: #4584F9;
}
</style>
background-color css
<style>
a { background-color: #4584F9; }
a { background-color: rgb(69,132,249); }
div.DivClassName
{
background-color: #4584F9;
}
.BgClassName
{
background-color: #4584F9;
}
</style>
border-color css
<style>
span { border-color: #4584F9; }
span { border-color: rgb(69,132,249); }
td.TdClassName
{
border-color: #4584F9;
}
.TagClassName
{
border-color: #4584F9;
}
</style>