Shades of Cornflower Blue #5A85EB
Tints of Cornflower Blue #5A85EB
RGB
CMYK
RGB Variations
Color information
#5A85EB (or 0x5A85EB) is known color: Cornflower Blue. HEX triplet: 5A, 85 and EB. RGB value is (90,133,235). Sum of RGB (Red+Green+Blue) = 90+133+235=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A85EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A85EB is #A57A14. Grayscale: #838383. Windows color (decimal): -10844693 or 15435098. OLE color: 15435098.
HSL color Cylindrical-coordinate representation of color #5A85EB: hue angle of 222.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A85EB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 133 | 235 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.08 |
| HSL | 222.21º | 0.78% | 0.64% | - |
| HSV(B) | 222.21º | 0.62% | 0.92% | - |
| XYZ | 27.6 | 24.95 | 81.96 | - |
| YUV | 131.77 | 186.25 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 235 | 0.62 | 0.43 | 0 | 0.08 | 222.21 | 0.78 | 0.64 |
| Hex | 5A | 85 | EB | 3E | 2B | 0 | 8 | DE | 4E | 40 |
| Octal | 132 | 205 | 353 | 76 | 53 | 0 | 10 | 336 | 116 | 100 |
| Binary | 1011010 | 10000101 | 11101011 | 111110 | 101011 | 0 | 1000 | 11011110 | 1001110 | 1000000 |
Color Harmonies of #5A85EB
Complementary color
Monochromatic Colors of #5A85EB
Black with #5A85EB
Text Example
Text Example
White with #5A85EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A85EB; }
p { color: rgb(90,133,235); }
H1.HeaderClassName
{
color: #5A85EB;
}
.AnyTagClassName
{
color: #5A85EB;
}
</style>
background-color css
<style>
a { background-color: #5A85EB; }
a { background-color: rgb(90,133,235); }
div.DivClassName
{
background-color: #5A85EB;
}
.BgClassName
{
background-color: #5A85EB;
}
</style>
border-color css
<style>
span { border-color: #5A85EB; }
span { border-color: rgb(90,133,235); }
td.TdClassName
{
border-color: #5A85EB;
}
.TagClassName
{
border-color: #5A85EB;
}
</style>