Shades of Royal Blue #4281F5
Tints of Royal Blue #4281F5
RGB
CMYK
RGB Variations
Color information
#4281F5 (or 0x4281F5) is known color: Royal Blue. HEX triplet: 42, 81 and F5. RGB value is (66,129,245). Sum of RGB (Red+Green+Blue) = 66+129+245=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #4281F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4281F5 is #BD7E0A. Grayscale: #7A7A7A. Windows color (decimal): -12418571 or 16089410. OLE color: 16089410.
HSL color Cylindrical-coordinate representation of color #4281F5: hue angle of 218.88º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4281F5 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 129 | 245 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.04 |
| HSL | 218.88º | 0.9% | 0.61% | - |
| HSV(B) | 218.88º | 0.73% | 0.96% | - |
| XYZ | 26.58 | 23.45 | 89.51 | - |
| YUV | 123.39 | 196.63 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 245 | 0.73 | 0.47 | 0 | 0.04 | 218.88 | 0.9 | 0.61 |
| Hex | 42 | 81 | F5 | 49 | 2F | 0 | 4 | DB | 5A | 3D |
| Octal | 102 | 201 | 365 | 111 | 57 | 0 | 4 | 333 | 132 | 75 |
| Binary | 1000010 | 10000001 | 11110101 | 1001001 | 101111 | 0 | 100 | 11011011 | 1011010 | 111101 |
Color Harmonies of #4281F5
Complementary color
Monochromatic Colors of #4281F5
Black with #4281F5
Text Example
Text Example
White with #4281F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281F5; }
p { color: rgb(66,129,245); }
H1.HeaderClassName
{
color: #4281F5;
}
.AnyTagClassName
{
color: #4281F5;
}
</style>
background-color css
<style>
a { background-color: #4281F5; }
a { background-color: rgb(66,129,245); }
div.DivClassName
{
background-color: #4281F5;
}
.BgClassName
{
background-color: #4281F5;
}
</style>
border-color css
<style>
span { border-color: #4281F5; }
span { border-color: rgb(66,129,245); }
td.TdClassName
{
border-color: #4281F5;
}
.TagClassName
{
border-color: #4281F5;
}
</style>