Shades of Royal Blue #4281EB
Tints of Royal Blue #4281EB
RGB
CMYK
RGB Variations
Color information
#4281EB (or 0x4281EB) is known color: Royal Blue. HEX triplet: 42, 81 and EB. RGB value is (66,129,235). Sum of RGB (Red+Green+Blue) = 66+129+235=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #4281EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4281EB is #BD7E14. Grayscale: #797979. Windows color (decimal): -12418581 or 15434050. OLE color: 15434050.
HSL color Cylindrical-coordinate representation of color #4281EB: hue angle of 217.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4281EB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 129 | 235 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.08 |
| HSL | 217.63º | 0.81% | 0.59% | - |
| HSV(B) | 217.63º | 0.72% | 0.92% | - |
| XYZ | 25.09 | 22.86 | 81.69 | - |
| YUV | 122.25 | 191.63 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 235 | 0.72 | 0.45 | 0 | 0.08 | 217.63 | 0.81 | 0.59 |
| Hex | 42 | 81 | EB | 48 | 2D | 0 | 8 | DA | 51 | 3B |
| Octal | 102 | 201 | 353 | 110 | 55 | 0 | 10 | 332 | 121 | 73 |
| Binary | 1000010 | 10000001 | 11101011 | 1001000 | 101101 | 0 | 1000 | 11011010 | 1010001 | 111011 |
Color Harmonies of #4281EB
Complementary color
Monochromatic Colors of #4281EB
Black with #4281EB
Text Example
Text Example
White with #4281EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281EB; }
p { color: rgb(66,129,235); }
H1.HeaderClassName
{
color: #4281EB;
}
.AnyTagClassName
{
color: #4281EB;
}
</style>
background-color css
<style>
a { background-color: #4281EB; }
a { background-color: rgb(66,129,235); }
div.DivClassName
{
background-color: #4281EB;
}
.BgClassName
{
background-color: #4281EB;
}
</style>
border-color css
<style>
span { border-color: #4281EB; }
span { border-color: rgb(66,129,235); }
td.TdClassName
{
border-color: #4281EB;
}
.TagClassName
{
border-color: #4281EB;
}
</style>