Shades of Royal Blue #4380DD
Tints of Royal Blue #4380DD
RGB
CMYK
RGB Variations
Color information
#4380DD (or 0x4380DD) is known color: Royal Blue. HEX triplet: 43, 80 and DD. RGB value is (67,128,221). Sum of RGB (Red+Green+Blue) = 67+128+221=416 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.11% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #4380DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4380DD is #BC7F22. Grayscale: #777777. Windows color (decimal): -12353315 or 14516291. OLE color: 14516291.
HSL color Cylindrical-coordinate representation of color #4380DD: hue angle of 216.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4380DD is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 128 | 221 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.13 |
| HSL | 216.23º | 0.69% | 0.56% | - |
| HSV(B) | 216.23º | 0.7% | 0.87% | - |
| XYZ | 23.09 | 21.85 | 71.41 | - |
| YUV | 120.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 221 | 0.70 | 0.42 | 0 | 0.13 | 216.23 | 0.69 | 0.56 |
| Hex | 43 | 80 | DD | 46 | 2A | 0 | D | D8 | 45 | 38 |
| Octal | 103 | 200 | 335 | 106 | 52 | 0 | 15 | 330 | 105 | 70 |
| Binary | 1000011 | 10000000 | 11011101 | 1000110 | 101010 | 0 | 1101 | 11011000 | 1000101 | 111000 |
Color Harmonies of #4380DD
Complementary color
Monochromatic Colors of #4380DD
Black with #4380DD
Text Example
Text Example
White with #4380DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4380DD; }
p { color: rgb(67,128,221); }
H1.HeaderClassName
{
color: #4380DD;
}
.AnyTagClassName
{
color: #4380DD;
}
</style>
background-color css
<style>
a { background-color: #4380DD; }
a { background-color: rgb(67,128,221); }
div.DivClassName
{
background-color: #4380DD;
}
.BgClassName
{
background-color: #4380DD;
}
</style>
border-color css
<style>
span { border-color: #4380DD; }
span { border-color: rgb(67,128,221); }
td.TdClassName
{
border-color: #4380DD;
}
.TagClassName
{
border-color: #4380DD;
}
</style>