Shades of Royal Blue #4385E0
Tints of Royal Blue #4385E0
RGB
CMYK
RGB Variations
Color information
#4385E0 (or 0x4385E0) is known color: Royal Blue. HEX triplet: 43, 85 and E0. RGB value is (67,133,224). Sum of RGB (Red+Green+Blue) = 67+133+224=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #4385E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4385E0 is #BC7A1F. Grayscale: #7B7B7B. Windows color (decimal): -12352032 or 14714179. OLE color: 14714179.
HSL color Cylindrical-coordinate representation of color #4385E0: hue angle of 214.78º 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 #4385E0 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 133 | 224 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.12 |
| HSL | 214.78º | 0.72% | 0.57% | - |
| HSV(B) | 214.78º | 0.7% | 0.88% | - |
| XYZ | 24.16 | 23.35 | 73.75 | - |
| YUV | 123.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 224 | 0.70 | 0.41 | 0 | 0.12 | 214.78 | 0.72 | 0.57 |
| Hex | 43 | 85 | E0 | 46 | 29 | 0 | C | D7 | 48 | 39 |
| Octal | 103 | 205 | 340 | 106 | 51 | 0 | 14 | 327 | 110 | 71 |
| Binary | 1000011 | 10000101 | 11100000 | 1000110 | 101001 | 0 | 1100 | 11010111 | 1001000 | 111001 |
Color Harmonies of #4385E0
Complementary color
Monochromatic Colors of #4385E0
Black with #4385E0
Text Example
Text Example
White with #4385E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4385E0; }
p { color: rgb(67,133,224); }
H1.HeaderClassName
{
color: #4385E0;
}
.AnyTagClassName
{
color: #4385E0;
}
</style>
background-color css
<style>
a { background-color: #4385E0; }
a { background-color: rgb(67,133,224); }
div.DivClassName
{
background-color: #4385E0;
}
.BgClassName
{
background-color: #4385E0;
}
</style>
border-color css
<style>
span { border-color: #4385E0; }
span { border-color: rgb(67,133,224); }
td.TdClassName
{
border-color: #4385E0;
}
.TagClassName
{
border-color: #4385E0;
}
</style>