Shades of Cornflower Blue #5384EB
Tints of Cornflower Blue #5384EB
RGB
CMYK
RGB Variations
Color information
#5384EB (or 0x5384EB) is known color: Cornflower Blue. HEX triplet: 53, 84 and EB. RGB value is (83,132,235). Sum of RGB (Red+Green+Blue) = 83+132+235=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #5384EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5384EB is #AC7B14. Grayscale: #808080. Windows color (decimal): -11303701 or 15434835. OLE color: 15434835.
HSL color Cylindrical-coordinate representation of color #5384EB: hue angle of 220.66º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5384EB is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 132 | 235 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.08 |
| HSL | 220.66º | 0.79% | 0.62% | - |
| HSV(B) | 220.66º | 0.65% | 0.92% | - |
| XYZ | 26.81 | 24.34 | 81.88 | - |
| YUV | 129.09 | 187.77 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 235 | 0.65 | 0.44 | 0 | 0.08 | 220.66 | 0.79 | 0.62 |
| Hex | 53 | 84 | EB | 41 | 2C | 0 | 8 | DD | 4F | 3E |
| Octal | 123 | 204 | 353 | 101 | 54 | 0 | 10 | 335 | 117 | 76 |
| Binary | 1010011 | 10000100 | 11101011 | 1000001 | 101100 | 0 | 1000 | 11011101 | 1001111 | 111110 |
Color Harmonies of #5384EB
Complementary color
Monochromatic Colors of #5384EB
Black with #5384EB
Text Example
Text Example
White with #5384EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384EB; }
p { color: rgb(83,132,235); }
H1.HeaderClassName
{
color: #5384EB;
}
.AnyTagClassName
{
color: #5384EB;
}
</style>
background-color css
<style>
a { background-color: #5384EB; }
a { background-color: rgb(83,132,235); }
div.DivClassName
{
background-color: #5384EB;
}
.BgClassName
{
background-color: #5384EB;
}
</style>
border-color css
<style>
span { border-color: #5384EB; }
span { border-color: rgb(83,132,235); }
td.TdClassName
{
border-color: #5384EB;
}
.TagClassName
{
border-color: #5384EB;
}
</style>