Shades of Royal Blue #4281EF
Tints of Royal Blue #4281EF
RGB
CMYK
RGB Variations
Color information
#4281EF (or 0x4281EF) is known color: Royal Blue. HEX triplet: 42, 81 and EF. RGB value is (66,129,239). Sum of RGB (Red+Green+Blue) = 66+129+239=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #4281EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4281EF is #BD7E10. Grayscale: #7A7A7A. Windows color (decimal): -12418577 or 15696194. OLE color: 15696194.
HSL color Cylindrical-coordinate representation of color #4281EF: hue angle of 218.15º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4281EF is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 129 | 239 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.06 |
| HSL | 218.15º | 0.84% | 0.6% | - |
| HSV(B) | 218.15º | 0.72% | 0.94% | - |
| XYZ | 25.68 | 23.09 | 84.76 | - |
| YUV | 122.7 | 193.63 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 239 | 0.72 | 0.46 | 0 | 0.06 | 218.15 | 0.84 | 0.6 |
| Hex | 42 | 81 | EF | 48 | 2E | 0 | 6 | DA | 54 | 3C |
| Octal | 102 | 201 | 357 | 110 | 56 | 0 | 6 | 332 | 124 | 74 |
| Binary | 1000010 | 10000001 | 11101111 | 1001000 | 101110 | 0 | 110 | 11011010 | 1010100 | 111100 |
Color Harmonies of #4281EF
Complementary color
Monochromatic Colors of #4281EF
Black with #4281EF
Text Example
Text Example
White with #4281EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281EF; }
p { color: rgb(66,129,239); }
H1.HeaderClassName
{
color: #4281EF;
}
.AnyTagClassName
{
color: #4281EF;
}
</style>
background-color css
<style>
a { background-color: #4281EF; }
a { background-color: rgb(66,129,239); }
div.DivClassName
{
background-color: #4281EF;
}
.BgClassName
{
background-color: #4281EF;
}
</style>
border-color css
<style>
span { border-color: #4281EF; }
span { border-color: rgb(66,129,239); }
td.TdClassName
{
border-color: #4281EF;
}
.TagClassName
{
border-color: #4281EF;
}
</style>