Shades of Royal Blue #4081FB
Tints of Royal Blue #4081FB
RGB
CMYK
RGB Variations
Color information
#4081FB (or 0x4081FB) is known color: Royal Blue. HEX triplet: 40, 81 and FB. RGB value is (64,129,251). Sum of RGB (Red+Green+Blue) = 64+129+251=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #4081FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4081FB is #BF7E04. Grayscale: #7A7A7A. Windows color (decimal): -12549637 or 16482624. OLE color: 16482624.
HSL color Cylindrical-coordinate representation of color #4081FB: hue angle of 219.14º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4081FB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 129 | 251 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.02 |
| HSL | 219.14º | 0.96% | 0.62% | - |
| HSV(B) | 219.14º | 0.75% | 0.98% | - |
| XYZ | 27.38 | 23.76 | 94.41 | - |
| YUV | 123.47 | 199.97 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 251 | 0.75 | 0.49 | 0 | 0.02 | 219.14 | 0.96 | 0.62 |
| Hex | 40 | 81 | FB | 4B | 31 | 0 | 2 | DB | 60 | 3E |
| Octal | 100 | 201 | 373 | 113 | 61 | 0 | 2 | 333 | 140 | 76 |
| Binary | 1000000 | 10000001 | 11111011 | 1001011 | 110001 | 0 | 10 | 11011011 | 1100000 | 111110 |
Color Harmonies of #4081FB
Complementary color
Monochromatic Colors of #4081FB
Black with #4081FB
Text Example
Text Example
White with #4081FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4081FB; }
p { color: rgb(64,129,251); }
H1.HeaderClassName
{
color: #4081FB;
}
.AnyTagClassName
{
color: #4081FB;
}
</style>
background-color css
<style>
a { background-color: #4081FB; }
a { background-color: rgb(64,129,251); }
div.DivClassName
{
background-color: #4081FB;
}
.BgClassName
{
background-color: #4081FB;
}
</style>
border-color css
<style>
span { border-color: #4081FB; }
span { border-color: rgb(64,129,251); }
td.TdClassName
{
border-color: #4081FB;
}
.TagClassName
{
border-color: #4081FB;
}
</style>