Shades of Cornflower Blue #5391EA
Tints of Cornflower Blue #5391EA
RGB
CMYK
RGB Variations
Color information
#5391EA (or 0x5391EA) is known color: Cornflower Blue. HEX triplet: 53, 91 and EA. RGB value is (83,145,234). Sum of RGB (Red+Green+Blue) = 83+145+234=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #5391EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5391EA is #AC6E15. Grayscale: #888888. Windows color (decimal): -11300374 or 15372627. OLE color: 15372627.
HSL color Cylindrical-coordinate representation of color #5391EA: hue angle of 215.36º degrees, saturation: 0.78, 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 #5391EA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 145 | 234 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.08 |
| HSL | 215.36º | 0.78% | 0.62% | - |
| HSV(B) | 215.36º | 0.65% | 0.92% | - |
| XYZ | 28.54 | 28.03 | 81.75 | - |
| YUV | 136.61 | 182.96 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 234 | 0.65 | 0.38 | 0 | 0.08 | 215.36 | 0.78 | 0.62 |
| Hex | 53 | 91 | EA | 41 | 26 | 0 | 8 | D7 | 4E | 3E |
| Octal | 123 | 221 | 352 | 101 | 46 | 0 | 10 | 327 | 116 | 76 |
| Binary | 1010011 | 10010001 | 11101010 | 1000001 | 100110 | 0 | 1000 | 11010111 | 1001110 | 111110 |
Color Harmonies of #5391EA
Complementary color
Monochromatic Colors of #5391EA
Black with #5391EA
Text Example
Text Example
White with #5391EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5391EA; }
p { color: rgb(83,145,234); }
H1.HeaderClassName
{
color: #5391EA;
}
.AnyTagClassName
{
color: #5391EA;
}
</style>
background-color css
<style>
a { background-color: #5391EA; }
a { background-color: rgb(83,145,234); }
div.DivClassName
{
background-color: #5391EA;
}
.BgClassName
{
background-color: #5391EA;
}
</style>
border-color css
<style>
span { border-color: #5391EA; }
span { border-color: rgb(83,145,234); }
td.TdClassName
{
border-color: #5391EA;
}
.TagClassName
{
border-color: #5391EA;
}
</style>