Shades of Royal Blue #4183EF
Tints of Royal Blue #4183EF
RGB
CMYK
RGB Variations
Color information
#4183EF (or 0x4183EF) is known color: Royal Blue. HEX triplet: 41, 83 and EF. RGB value is (65,131,239). Sum of RGB (Red+Green+Blue) = 65+131+239=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #4183EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4183EF is #BE7C10. Grayscale: #7B7B7B. Windows color (decimal): -12483601 or 15696705. OLE color: 15696705.
HSL color Cylindrical-coordinate representation of color #4183EF: hue angle of 217.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4183EF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 131 | 239 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.06 |
| HSL | 217.24º | 0.84% | 0.6% | - |
| HSV(B) | 217.24º | 0.73% | 0.94% | - |
| XYZ | 25.88 | 23.59 | 84.85 | - |
| YUV | 123.58 | 193.13 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 239 | 0.73 | 0.45 | 0 | 0.06 | 217.24 | 0.84 | 0.6 |
| Hex | 41 | 83 | EF | 49 | 2D | 0 | 6 | D9 | 54 | 3C |
| Octal | 101 | 203 | 357 | 111 | 55 | 0 | 6 | 331 | 124 | 74 |
| Binary | 1000001 | 10000011 | 11101111 | 1001001 | 101101 | 0 | 110 | 11011001 | 1010100 | 111100 |
Color Harmonies of #4183EF
Complementary color
Monochromatic Colors of #4183EF
Black with #4183EF
Text Example
Text Example
White with #4183EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4183EF; }
p { color: rgb(65,131,239); }
H1.HeaderClassName
{
color: #4183EF;
}
.AnyTagClassName
{
color: #4183EF;
}
</style>
background-color css
<style>
a { background-color: #4183EF; }
a { background-color: rgb(65,131,239); }
div.DivClassName
{
background-color: #4183EF;
}
.BgClassName
{
background-color: #4183EF;
}
</style>
border-color css
<style>
span { border-color: #4183EF; }
span { border-color: rgb(65,131,239); }
td.TdClassName
{
border-color: #4183EF;
}
.TagClassName
{
border-color: #4183EF;
}
</style>