Shades of Royal Blue #4383E0
Tints of Royal Blue #4383E0
RGB
CMYK
RGB Variations
Color information
#4383E0 (or 0x4383E0) is known color: Royal Blue. HEX triplet: 43, 83 and E0. RGB value is (67,131,224). Sum of RGB (Red+Green+Blue) = 67+131+224=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #4383E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4383E0 is #BC7C1F. Grayscale: #7A7A7A. Windows color (decimal): -12352544 or 14713667. OLE color: 14713667.
HSL color Cylindrical-coordinate representation of color #4383E0: hue angle of 215.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4383E0 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 131 | 224 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.12 |
| HSL | 215.54º | 0.72% | 0.57% | - |
| HSV(B) | 215.54º | 0.7% | 0.88% | - |
| XYZ | 23.89 | 22.81 | 73.66 | - |
| YUV | 122.47 | 185.3 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 224 | 0.70 | 0.42 | 0 | 0.12 | 215.54 | 0.72 | 0.57 |
| Hex | 43 | 83 | E0 | 46 | 2A | 0 | C | D8 | 48 | 39 |
| Octal | 103 | 203 | 340 | 106 | 52 | 0 | 14 | 330 | 110 | 71 |
| Binary | 1000011 | 10000011 | 11100000 | 1000110 | 101010 | 0 | 1100 | 11011000 | 1001000 | 111001 |
Color Harmonies of #4383E0
Complementary color
Monochromatic Colors of #4383E0
Black with #4383E0
Text Example
Text Example
White with #4383E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4383E0; }
p { color: rgb(67,131,224); }
H1.HeaderClassName
{
color: #4383E0;
}
.AnyTagClassName
{
color: #4383E0;
}
</style>
background-color css
<style>
a { background-color: #4383E0; }
a { background-color: rgb(67,131,224); }
div.DivClassName
{
background-color: #4383E0;
}
.BgClassName
{
background-color: #4383E0;
}
</style>
border-color css
<style>
span { border-color: #4383E0; }
span { border-color: rgb(67,131,224); }
td.TdClassName
{
border-color: #4383E0;
}
.TagClassName
{
border-color: #4383E0;
}
</style>