Shades of Royal Blue #4581FB
Tints of Royal Blue #4581FB
RGB
CMYK
RGB Variations
Color information
#4581FB (or 0x4581FB) is known color: Royal Blue. HEX triplet: 45, 81 and FB. RGB value is (69,129,251). Sum of RGB (Red+Green+Blue) = 69+129+251=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 129 (50.78% from 255 or 28.73% 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 #4581FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4581FB is #BA7E04. Grayscale: #7C7C7C. Windows color (decimal): -12221957 or 16482629. OLE color: 16482629.
HSL color Cylindrical-coordinate representation of color #4581FB: hue angle of 220.22º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4581FB is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 129 | 251 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.02 |
| HSL | 220.22º | 0.96% | 0.63% | - |
| HSV(B) | 220.22º | 0.73% | 0.98% | - |
| XYZ | 27.72 | 23.93 | 94.43 | - |
| YUV | 124.97 | 199.12 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 251 | 0.73 | 0.49 | 0 | 0.02 | 220.22 | 0.96 | 0.63 |
| Hex | 45 | 81 | FB | 49 | 31 | 0 | 2 | DC | 60 | 3F |
| Octal | 105 | 201 | 373 | 111 | 61 | 0 | 2 | 334 | 140 | 77 |
| Binary | 1000101 | 10000001 | 11111011 | 1001001 | 110001 | 0 | 10 | 11011100 | 1100000 | 111111 |
Color Harmonies of #4581FB
Complementary color
Monochromatic Colors of #4581FB
Black with #4581FB
Text Example
Text Example
White with #4581FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581FB; }
p { color: rgb(69,129,251); }
H1.HeaderClassName
{
color: #4581FB;
}
.AnyTagClassName
{
color: #4581FB;
}
</style>
background-color css
<style>
a { background-color: #4581FB; }
a { background-color: rgb(69,129,251); }
div.DivClassName
{
background-color: #4581FB;
}
.BgClassName
{
background-color: #4581FB;
}
</style>
border-color css
<style>
span { border-color: #4581FB; }
span { border-color: rgb(69,129,251); }
td.TdClassName
{
border-color: #4581FB;
}
.TagClassName
{
border-color: #4581FB;
}
</style>