Shades of Royal Blue #4281FE
Tints of Royal Blue #4281FE
RGB
CMYK
RGB Variations
Color information
#4281FE (or 0x4281FE) is known color: Royal Blue. HEX triplet: 42, 81 and FE. RGB value is (66,129,254). Sum of RGB (Red+Green+Blue) = 66+129+254=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #4281FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4281FE is #BD7E01. Grayscale: #7B7B7B. Windows color (decimal): -12418562 or 16679234. OLE color: 16679234.
HSL color Cylindrical-coordinate representation of color #4281FE: hue angle of 219.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4281FE is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 129 | 254 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.00 |
| HSL | 219.89º | 0.99% | 0.63% | - |
| HSV(B) | 219.89º | 0.74% | 1% | - |
| XYZ | 27.99 | 24.01 | 96.93 | - |
| YUV | 124.41 | 201.13 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 254 | 0.74 | 0.49 | 0 | 0.00 | 219.89 | 0.99 | 0.63 |
| Hex | 42 | 81 | FE | 4A | 31 | 0 | 0 | DC | 63 | 3F |
| Octal | 102 | 201 | 376 | 112 | 61 | 0 | 0 | 334 | 143 | 77 |
| Binary | 1000010 | 10000001 | 11111110 | 1001010 | 110001 | 0 | 0 | 11011100 | 1100011 | 111111 |
Color Harmonies of #4281FE
Complementary color
Monochromatic Colors of #4281FE
Black with #4281FE
Text Example
Text Example
White with #4281FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281FE; }
p { color: rgb(66,129,254); }
H1.HeaderClassName
{
color: #4281FE;
}
.AnyTagClassName
{
color: #4281FE;
}
</style>
background-color css
<style>
a { background-color: #4281FE; }
a { background-color: rgb(66,129,254); }
div.DivClassName
{
background-color: #4281FE;
}
.BgClassName
{
background-color: #4281FE;
}
</style>
border-color css
<style>
span { border-color: #4281FE; }
span { border-color: rgb(66,129,254); }
td.TdClassName
{
border-color: #4281FE;
}
.TagClassName
{
border-color: #4281FE;
}
</style>