Shades of Royal Blue #4280FC
Tints of Royal Blue #4280FC
RGB
CMYK
RGB Variations
Color information
#4280FC (or 0x4280FC) is known color: Royal Blue. HEX triplet: 42, 80 and FC. RGB value is (66,128,252). Sum of RGB (Red+Green+Blue) = 66+128+252=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #4280FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4280FC is #BD7F03. Grayscale: #7B7B7B. Windows color (decimal): -12418820 or 16547906. OLE color: 16547906.
HSL color Cylindrical-coordinate representation of color #4280FC: hue angle of 220º 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 #4280FC is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 128 | 252 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.01 |
| HSL | 220º | 0.97% | 0.62% | - |
| HSV(B) | 220º | 0.74% | 0.99% | - |
| XYZ | 27.54 | 23.62 | 95.2 | - |
| YUV | 123.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 252 | 0.74 | 0.49 | 0 | 0.01 | 220 | 0.97 | 0.62 |
| Hex | 42 | 80 | FC | 4A | 31 | 0 | 1 | DC | 61 | 3E |
| Octal | 102 | 200 | 374 | 112 | 61 | 0 | 1 | 334 | 141 | 76 |
| Binary | 1000010 | 10000000 | 11111100 | 1001010 | 110001 | 0 | 1 | 11011100 | 1100001 | 111110 |
Color Harmonies of #4280FC
Complementary color
Monochromatic Colors of #4280FC
Black with #4280FC
Text Example
Text Example
White with #4280FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280FC; }
p { color: rgb(66,128,252); }
H1.HeaderClassName
{
color: #4280FC;
}
.AnyTagClassName
{
color: #4280FC;
}
</style>
background-color css
<style>
a { background-color: #4280FC; }
a { background-color: rgb(66,128,252); }
div.DivClassName
{
background-color: #4280FC;
}
.BgClassName
{
background-color: #4280FC;
}
</style>
border-color css
<style>
span { border-color: #4280FC; }
span { border-color: rgb(66,128,252); }
td.TdClassName
{
border-color: #4280FC;
}
.TagClassName
{
border-color: #4280FC;
}
</style>