Shades of Royal Blue #4183DA
Tints of Royal Blue #4183DA
RGB
CMYK
RGB Variations
Color information
#4183DA (or 0x4183DA) is known color: Royal Blue. HEX triplet: 41, 83 and DA. RGB value is (65,131,218). Sum of RGB (Red+Green+Blue) = 65+131+218=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #4183DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4183DA is #BE7C25. Grayscale: #787878. Windows color (decimal): -12483622 or 14320449. OLE color: 14320449.
HSL color Cylindrical-coordinate representation of color #4183DA: hue angle of 214.12º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4183DA is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 131 | 218 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.15 |
| HSL | 214.12º | 0.67% | 0.55% | - |
| HSV(B) | 214.12º | 0.7% | 0.85% | - |
| XYZ | 22.95 | 22.42 | 69.45 | - |
| YUV | 121.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 218 | 0.70 | 0.40 | 0 | 0.15 | 214.12 | 0.67 | 0.55 |
| Hex | 41 | 83 | DA | 46 | 28 | 0 | F | D6 | 43 | 37 |
| Octal | 101 | 203 | 332 | 106 | 50 | 0 | 17 | 326 | 103 | 67 |
| Binary | 1000001 | 10000011 | 11011010 | 1000110 | 101000 | 0 | 1111 | 11010110 | 1000011 | 110111 |
Color Harmonies of #4183DA
Complementary color
Monochromatic Colors of #4183DA
Black with #4183DA
Text Example
Text Example
White with #4183DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4183DA; }
p { color: rgb(65,131,218); }
H1.HeaderClassName
{
color: #4183DA;
}
.AnyTagClassName
{
color: #4183DA;
}
</style>
background-color css
<style>
a { background-color: #4183DA; }
a { background-color: rgb(65,131,218); }
div.DivClassName
{
background-color: #4183DA;
}
.BgClassName
{
background-color: #4183DA;
}
</style>
border-color css
<style>
span { border-color: #4183DA; }
span { border-color: rgb(65,131,218); }
td.TdClassName
{
border-color: #4183DA;
}
.TagClassName
{
border-color: #4183DA;
}
</style>