Shades of Royal Blue #4481FD
Tints of Royal Blue #4481FD
RGB
CMYK
RGB Variations
Color information
#4481FD (or 0x4481FD) is known color: Royal Blue. HEX triplet: 44, 81 and FD. RGB value is (68,129,253). Sum of RGB (Red+Green+Blue) = 68+129+253=450 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.11% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #4481FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4481FD is #BB7E02. Grayscale: #7C7C7C. Windows color (decimal): -12287491 or 16613700. OLE color: 16613700.
HSL color Cylindrical-coordinate representation of color #4481FD: hue angle of 220.22º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4481FD is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 129 | 253 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.01 |
| HSL | 220.22º | 0.98% | 0.63% | - |
| HSV(B) | 220.22º | 0.73% | 0.99% | - |
| XYZ | 27.96 | 24.02 | 96.09 | - |
| YUV | 124.9 | 200.29 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 253 | 0.73 | 0.49 | 0 | 0.01 | 220.22 | 0.98 | 0.63 |
| Hex | 44 | 81 | FD | 49 | 31 | 0 | 1 | DC | 62 | 3F |
| Octal | 104 | 201 | 375 | 111 | 61 | 0 | 1 | 334 | 142 | 77 |
| Binary | 1000100 | 10000001 | 11111101 | 1001001 | 110001 | 0 | 1 | 11011100 | 1100010 | 111111 |
Color Harmonies of #4481FD
Complementary color
Monochromatic Colors of #4481FD
Black with #4481FD
Text Example
Text Example
White with #4481FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4481FD; }
p { color: rgb(68,129,253); }
H1.HeaderClassName
{
color: #4481FD;
}
.AnyTagClassName
{
color: #4481FD;
}
</style>
background-color css
<style>
a { background-color: #4481FD; }
a { background-color: rgb(68,129,253); }
div.DivClassName
{
background-color: #4481FD;
}
.BgClassName
{
background-color: #4481FD;
}
</style>
border-color css
<style>
span { border-color: #4481FD; }
span { border-color: rgb(68,129,253); }
td.TdClassName
{
border-color: #4481FD;
}
.TagClassName
{
border-color: #4481FD;
}
</style>