Shades of Royal Blue #4380DF
Tints of Royal Blue #4380DF
RGB
CMYK
RGB Variations
Color information
#4380DF (or 0x4380DF) is known color: Royal Blue. HEX triplet: 43, 80 and DF. RGB value is (67,128,223). Sum of RGB (Red+Green+Blue) = 67+128+223=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #4380DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380DF is #BC7F20. Grayscale: #787878. Windows color (decimal): -12353313 or 14647363. OLE color: 14647363.
HSL color Cylindrical-coordinate representation of color #4380DF: hue angle of 216.54º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4380DF is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 128 | 223 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.13 |
| HSL | 216.54º | 0.71% | 0.57% | - |
| HSV(B) | 216.54º | 0.7% | 0.87% | - |
| XYZ | 23.35 | 21.96 | 72.82 | - |
| YUV | 120.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 223 | 0.70 | 0.43 | 0 | 0.13 | 216.54 | 0.71 | 0.57 |
| Hex | 43 | 80 | DF | 46 | 2B | 0 | D | D9 | 47 | 39 |
| Octal | 103 | 200 | 337 | 106 | 53 | 0 | 15 | 331 | 107 | 71 |
| Binary | 1000011 | 10000000 | 11011111 | 1000110 | 101011 | 0 | 1101 | 11011001 | 1000111 | 111001 |
Color Harmonies of #4380DF
Complementary color
Monochromatic Colors of #4380DF
Black with #4380DF
Text Example
Text Example
White with #4380DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380DF; }
p { color: rgb(67,128,223); }
H1.HeaderClassName
{
color: #4380DF;
}
.AnyTagClassName
{
color: #4380DF;
}
</style>
background-color css
<style>
a { background-color: #4380DF; }
a { background-color: rgb(67,128,223); }
div.DivClassName
{
background-color: #4380DF;
}
.BgClassName
{
background-color: #4380DF;
}
</style>
border-color css
<style>
span { border-color: #4380DF; }
span { border-color: rgb(67,128,223); }
td.TdClassName
{
border-color: #4380DF;
}
.TagClassName
{
border-color: #4380DF;
}
</style>