Shades of Royal Blue #4281EA
Tints of Royal Blue #4281EA
RGB
CMYK
RGB Variations
Color information
#4281EA (or 0x4281EA) is known color: Royal Blue. HEX triplet: 42, 81 and EA. RGB value is (66,129,234). Sum of RGB (Red+Green+Blue) = 66+129+234=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #4281EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4281EA is #BD7E15. Grayscale: #797979. Windows color (decimal): -12418582 or 15368514. OLE color: 15368514.
HSL color Cylindrical-coordinate representation of color #4281EA: hue angle of 217.5º degrees, saturation: 0.8, 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 #4281EA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 129 | 234 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.08 |
| HSL | 217.5º | 0.8% | 0.59% | - |
| HSV(B) | 217.5º | 0.72% | 0.92% | - |
| XYZ | 24.95 | 22.8 | 80.93 | - |
| YUV | 122.13 | 191.13 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 234 | 0.72 | 0.45 | 0 | 0.08 | 217.5 | 0.8 | 0.59 |
| Hex | 42 | 81 | EA | 48 | 2D | 0 | 8 | DA | 50 | 3B |
| Octal | 102 | 201 | 352 | 110 | 55 | 0 | 10 | 332 | 120 | 73 |
| Binary | 1000010 | 10000001 | 11101010 | 1001000 | 101101 | 0 | 1000 | 11011010 | 1010000 | 111011 |
Color Harmonies of #4281EA
Complementary color
Monochromatic Colors of #4281EA
Black with #4281EA
Text Example
Text Example
White with #4281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281EA; }
p { color: rgb(66,129,234); }
H1.HeaderClassName
{
color: #4281EA;
}
.AnyTagClassName
{
color: #4281EA;
}
</style>
background-color css
<style>
a { background-color: #4281EA; }
a { background-color: rgb(66,129,234); }
div.DivClassName
{
background-color: #4281EA;
}
.BgClassName
{
background-color: #4281EA;
}
</style>
border-color css
<style>
span { border-color: #4281EA; }
span { border-color: rgb(66,129,234); }
td.TdClassName
{
border-color: #4281EA;
}
.TagClassName
{
border-color: #4281EA;
}
</style>