Shades of Cornflower Blue #5385EB
Tints of Cornflower Blue #5385EB
RGB
CMYK
RGB Variations
Color information
#5385EB (or 0x5385EB) is known color: Cornflower Blue. HEX triplet: 53, 85 and EB. RGB value is (83,133,235). Sum of RGB (Red+Green+Blue) = 83+133+235=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #5385EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5385EB is #AC7A14. Grayscale: #818181. Windows color (decimal): -11303445 or 15435091. OLE color: 15435091.
HSL color Cylindrical-coordinate representation of color #5385EB: hue angle of 220.26º 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 #5385EB is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 133 | 235 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.08 |
| HSL | 220.26º | 0.79% | 0.62% | - |
| HSV(B) | 220.26º | 0.65% | 0.92% | - |
| XYZ | 26.95 | 24.61 | 81.93 | - |
| YUV | 129.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 235 | 0.65 | 0.43 | 0 | 0.08 | 220.26 | 0.79 | 0.62 |
| Hex | 53 | 85 | EB | 41 | 2B | 0 | 8 | DC | 4F | 3E |
| Octal | 123 | 205 | 353 | 101 | 53 | 0 | 10 | 334 | 117 | 76 |
| Binary | 1010011 | 10000101 | 11101011 | 1000001 | 101011 | 0 | 1000 | 11011100 | 1001111 | 111110 |
Color Harmonies of #5385EB
Complementary color
Monochromatic Colors of #5385EB
Black with #5385EB
Text Example
Text Example
White with #5385EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5385EB; }
p { color: rgb(83,133,235); }
H1.HeaderClassName
{
color: #5385EB;
}
.AnyTagClassName
{
color: #5385EB;
}
</style>
background-color css
<style>
a { background-color: #5385EB; }
a { background-color: rgb(83,133,235); }
div.DivClassName
{
background-color: #5385EB;
}
.BgClassName
{
background-color: #5385EB;
}
</style>
border-color css
<style>
span { border-color: #5385EB; }
span { border-color: rgb(83,133,235); }
td.TdClassName
{
border-color: #5385EB;
}
.TagClassName
{
border-color: #5385EB;
}
</style>