Shades of Cornflower Blue #5E80DB
Tints of Cornflower Blue #5E80DB
RGB
CMYK
RGB Variations
Color information
#5E80DB (or 0x5E80DB) is known color: Cornflower Blue. HEX triplet: 5E, 80 and DB. RGB value is (94,128,219). Sum of RGB (Red+Green+Blue) = 94+128+219=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E80DB is #A17F24. Grayscale: #7F7F7F. Windows color (decimal): -10583845 or 14385246. OLE color: 14385246.
HSL color Cylindrical-coordinate representation of color #5E80DB: hue angle of 223.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E80DB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 128 | 219 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.14 |
| HSL | 223.68º | 0.63% | 0.61% | - |
| HSV(B) | 223.68º | 0.57% | 0.86% | - |
| XYZ | 25.12 | 22.93 | 70.12 | - |
| YUV | 128.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 219 | 0.57 | 0.42 | 0 | 0.14 | 223.68 | 0.63 | 0.61 |
| Hex | 5E | 80 | DB | 39 | 2A | 0 | E | E0 | 3F | 3D |
| Octal | 136 | 200 | 333 | 71 | 52 | 0 | 16 | 340 | 77 | 75 |
| Binary | 1011110 | 10000000 | 11011011 | 111001 | 101010 | 0 | 1110 | 11100000 | 111111 | 111101 |
Color Harmonies of #5E80DB
Complementary color
Monochromatic Colors of #5E80DB
Black with #5E80DB
Text Example
Text Example
White with #5E80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E80DB; }
p { color: rgb(94,128,219); }
H1.HeaderClassName
{
color: #5E80DB;
}
.AnyTagClassName
{
color: #5E80DB;
}
</style>
background-color css
<style>
a { background-color: #5E80DB; }
a { background-color: rgb(94,128,219); }
div.DivClassName
{
background-color: #5E80DB;
}
.BgClassName
{
background-color: #5E80DB;
}
</style>
border-color css
<style>
span { border-color: #5E80DB; }
span { border-color: rgb(94,128,219); }
td.TdClassName
{
border-color: #5E80DB;
}
.TagClassName
{
border-color: #5E80DB;
}
</style>