Shades of Royal Blue #4183FD
Tints of Royal Blue #4183FD
RGB
CMYK
RGB Variations
Color information
#4183FD (or 0x4183FD) is known color: Royal Blue. HEX triplet: 41, 83 and FD. RGB value is (65,131,253). Sum of RGB (Red+Green+Blue) = 65+131+253=449 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.48% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #4183FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4183FD is #BE7C02. Grayscale: #7C7C7C. Windows color (decimal): -12483587 or 16614209. OLE color: 16614209.
HSL color Cylindrical-coordinate representation of color #4183FD: hue angle of 218.94º degrees, saturation: 0.98, 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 #4183FD is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 131 | 253 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.01 |
| HSL | 218.94º | 0.98% | 0.62% | - |
| HSV(B) | 218.94º | 0.74% | 0.99% | - |
| XYZ | 28.03 | 24.45 | 96.17 | - |
| YUV | 125.17 | 200.13 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 253 | 0.74 | 0.48 | 0 | 0.01 | 218.94 | 0.98 | 0.62 |
| Hex | 41 | 83 | FD | 4A | 30 | 0 | 1 | DB | 62 | 3E |
| Octal | 101 | 203 | 375 | 112 | 60 | 0 | 1 | 333 | 142 | 76 |
| Binary | 1000001 | 10000011 | 11111101 | 1001010 | 110000 | 0 | 1 | 11011011 | 1100010 | 111110 |
Color Harmonies of #4183FD
Complementary color
Monochromatic Colors of #4183FD
Black with #4183FD
Text Example
Text Example
White with #4183FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4183FD; }
p { color: rgb(65,131,253); }
H1.HeaderClassName
{
color: #4183FD;
}
.AnyTagClassName
{
color: #4183FD;
}
</style>
background-color css
<style>
a { background-color: #4183FD; }
a { background-color: rgb(65,131,253); }
div.DivClassName
{
background-color: #4183FD;
}
.BgClassName
{
background-color: #4183FD;
}
</style>
border-color css
<style>
span { border-color: #4183FD; }
span { border-color: rgb(65,131,253); }
td.TdClassName
{
border-color: #4183FD;
}
.TagClassName
{
border-color: #4183FD;
}
</style>