Shades of Royal Blue #4180FE
Tints of Royal Blue #4180FE
RGB
CMYK
RGB Variations
Color information
#4180FE (or 0x4180FE) is known color: Royal Blue. HEX triplet: 41, 80 and FE. RGB value is (65,128,254). Sum of RGB (Red+Green+Blue) = 65+128+254=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #4180FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4180FE is #BE7F01. Grayscale: #7A7A7A. Windows color (decimal): -12484354 or 16678977. OLE color: 16678977.
HSL color Cylindrical-coordinate representation of color #4180FE: hue angle of 220º 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 #4180FE is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 128 | 254 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.00 |
| HSL | 220º | 0.99% | 0.63% | - |
| HSV(B) | 220º | 0.74% | 1% | - |
| XYZ | 27.79 | 23.72 | 96.88 | - |
| YUV | 123.53 | 201.63 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 254 | 0.74 | 0.50 | 0 | 0.00 | 220 | 0.99 | 0.63 |
| Hex | 41 | 80 | FE | 4A | 32 | 0 | 0 | DC | 63 | 3F |
| Octal | 101 | 200 | 376 | 112 | 62 | 0 | 0 | 334 | 143 | 77 |
| Binary | 1000001 | 10000000 | 11111110 | 1001010 | 110010 | 0 | 0 | 11011100 | 1100011 | 111111 |
Color Harmonies of #4180FE
Complementary color
Monochromatic Colors of #4180FE
Black with #4180FE
Text Example
Text Example
White with #4180FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4180FE; }
p { color: rgb(65,128,254); }
H1.HeaderClassName
{
color: #4180FE;
}
.AnyTagClassName
{
color: #4180FE;
}
</style>
background-color css
<style>
a { background-color: #4180FE; }
a { background-color: rgb(65,128,254); }
div.DivClassName
{
background-color: #4180FE;
}
.BgClassName
{
background-color: #4180FE;
}
</style>
border-color css
<style>
span { border-color: #4180FE; }
span { border-color: rgb(65,128,254); }
td.TdClassName
{
border-color: #4180FE;
}
.TagClassName
{
border-color: #4180FE;
}
</style>