Shades of Royal Blue #4281FC
Tints of Royal Blue #4281FC
RGB
CMYK
RGB Variations
Color information
#4281FC (or 0x4281FC) is known color: Royal Blue. HEX triplet: 42, 81 and FC. RGB value is (66,129,252). Sum of RGB (Red+Green+Blue) = 66+129+252=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #4281FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4281FC is #BD7E03. Grayscale: #7B7B7B. Windows color (decimal): -12418564 or 16548162. OLE color: 16548162.
HSL color Cylindrical-coordinate representation of color #4281FC: hue angle of 219.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4281FC is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 129 | 252 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.01 |
| HSL | 219.68º | 0.97% | 0.62% | - |
| HSV(B) | 219.68º | 0.74% | 0.99% | - |
| XYZ | 27.67 | 23.89 | 95.25 | - |
| YUV | 124.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 252 | 0.74 | 0.49 | 0 | 0.01 | 219.68 | 0.97 | 0.62 |
| Hex | 42 | 81 | FC | 4A | 31 | 0 | 1 | DC | 61 | 3E |
| Octal | 102 | 201 | 374 | 112 | 61 | 0 | 1 | 334 | 141 | 76 |
| Binary | 1000010 | 10000001 | 11111100 | 1001010 | 110001 | 0 | 1 | 11011100 | 1100001 | 111110 |
Color Harmonies of #4281FC
Complementary color
Monochromatic Colors of #4281FC
Black with #4281FC
Text Example
Text Example
White with #4281FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281FC; }
p { color: rgb(66,129,252); }
H1.HeaderClassName
{
color: #4281FC;
}
.AnyTagClassName
{
color: #4281FC;
}
</style>
background-color css
<style>
a { background-color: #4281FC; }
a { background-color: rgb(66,129,252); }
div.DivClassName
{
background-color: #4281FC;
}
.BgClassName
{
background-color: #4281FC;
}
</style>
border-color css
<style>
span { border-color: #4281FC; }
span { border-color: rgb(66,129,252); }
td.TdClassName
{
border-color: #4281FC;
}
.TagClassName
{
border-color: #4281FC;
}
</style>