Shades of Royal Blue #4280FE
Tints of Royal Blue #4280FE
RGB
CMYK
RGB Variations
Color information
#4280FE (or 0x4280FE) is known color: Royal Blue. HEX triplet: 42, 80 and FE. RGB value is (66,128,254). Sum of RGB (Red+Green+Blue) = 66+128+254=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #4280FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4280FE is #BD7F01. Grayscale: #7B7B7B. Windows color (decimal): -12418818 or 16678978. OLE color: 16678978.
HSL color Cylindrical-coordinate representation of color #4280FE: hue angle of 220.21º 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 #4280FE is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 128 | 254 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.00 |
| HSL | 220.21º | 0.99% | 0.63% | - |
| HSV(B) | 220.21º | 0.74% | 1% | - |
| XYZ | 27.86 | 23.75 | 96.88 | - |
| YUV | 123.83 | 201.46 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 254 | 0.74 | 0.50 | 0 | 0.00 | 220.21 | 0.99 | 0.63 |
| Hex | 42 | 80 | FE | 4A | 32 | 0 | 0 | DC | 63 | 3F |
| Octal | 102 | 200 | 376 | 112 | 62 | 0 | 0 | 334 | 143 | 77 |
| Binary | 1000010 | 10000000 | 11111110 | 1001010 | 110010 | 0 | 0 | 11011100 | 1100011 | 111111 |
Color Harmonies of #4280FE
Complementary color
Monochromatic Colors of #4280FE
Black with #4280FE
Text Example
Text Example
White with #4280FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280FE; }
p { color: rgb(66,128,254); }
H1.HeaderClassName
{
color: #4280FE;
}
.AnyTagClassName
{
color: #4280FE;
}
</style>
background-color css
<style>
a { background-color: #4280FE; }
a { background-color: rgb(66,128,254); }
div.DivClassName
{
background-color: #4280FE;
}
.BgClassName
{
background-color: #4280FE;
}
</style>
border-color css
<style>
span { border-color: #4280FE; }
span { border-color: rgb(66,128,254); }
td.TdClassName
{
border-color: #4280FE;
}
.TagClassName
{
border-color: #4280FE;
}
</style>