Shades of Royal Blue #4281FF
Tints of Royal Blue #4281FF
RGB
CMYK
RGB Variations
Color information
#4281FF (or 0x4281FF) is known color: Royal Blue. HEX triplet: 42, 81 and FF. RGB value is (66,129,255). Sum of RGB (Red+Green+Blue) = 66+129+255=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #4281FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4281FF is #BD7E00. Grayscale: #7B7B7B. Windows color (decimal): -12418561 or 16744770. OLE color: 16744770.
HSL color Cylindrical-coordinate representation of color #4281FF: hue angle of 220º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4281FF is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 129 | 255 | - |
| CMYK | 0.74 | 0.49 | 0 | 0 |
| HSL | 220º | 1% | 0.63% | - |
| HSV(B) | 220º | 0.74% | 1% | - |
| XYZ | 28.15 | 24.08 | 97.77 | - |
| YUV | 124.53 | 201.63 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 255 | 0.74 | 0.49 | 0 | 0 | 220 | 1 | 0.63 |
| Hex | 42 | 81 | FF | 4A | 31 | 0 | 0 | DC | 64 | 3F |
| Octal | 102 | 201 | 377 | 112 | 61 | 0 | 0 | 334 | 144 | 77 |
| Binary | 1000010 | 10000001 | 11111111 | 1001010 | 110001 | 0 | 0 | 11011100 | 1100100 | 111111 |
Color Harmonies of #4281FF
Complementary color
Monochromatic Colors of #4281FF
Black with #4281FF
Text Example
Text Example
White with #4281FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281FF; }
p { color: rgb(66,129,255); }
H1.HeaderClassName
{
color: #4281FF;
}
.AnyTagClassName
{
color: #4281FF;
}
</style>
background-color css
<style>
a { background-color: #4281FF; }
a { background-color: rgb(66,129,255); }
div.DivClassName
{
background-color: #4281FF;
}
.BgClassName
{
background-color: #4281FF;
}
</style>
border-color css
<style>
span { border-color: #4281FF; }
span { border-color: rgb(66,129,255); }
td.TdClassName
{
border-color: #4281FF;
}
.TagClassName
{
border-color: #4281FF;
}
</style>