Shades of Cornflower Blue #5A8BEF
Tints of Cornflower Blue #5A8BEF
RGB
CMYK
RGB Variations
Color information
#5A8BEF (or 0x5A8BEF) is known color: Cornflower Blue. HEX triplet: 5A, 8B and EF. RGB value is (90,139,239). Sum of RGB (Red+Green+Blue) = 90+139+239=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A8BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BEF is #A57410. Grayscale: #878787. Windows color (decimal): -10843153 or 15698778. OLE color: 15698778.
HSL color Cylindrical-coordinate representation of color #5A8BEF: hue angle of 220.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A8BEF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 139 | 239 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.06 |
| HSL | 220.27º | 0.82% | 0.65% | - |
| HSV(B) | 220.27º | 0.62% | 0.94% | - |
| XYZ | 29.03 | 26.87 | 85.32 | - |
| YUV | 135.75 | 186.27 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 239 | 0.62 | 0.42 | 0 | 0.06 | 220.27 | 0.82 | 0.65 |
| Hex | 5A | 8B | EF | 3E | 2A | 0 | 6 | DC | 52 | 41 |
| Octal | 132 | 213 | 357 | 76 | 52 | 0 | 6 | 334 | 122 | 101 |
| Binary | 1011010 | 10001011 | 11101111 | 111110 | 101010 | 0 | 110 | 11011100 | 1010010 | 1000001 |
Color Harmonies of #5A8BEF
Complementary color
Monochromatic Colors of #5A8BEF
Black with #5A8BEF
Text Example
Text Example
White with #5A8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BEF; }
p { color: rgb(90,139,239); }
H1.HeaderClassName
{
color: #5A8BEF;
}
.AnyTagClassName
{
color: #5A8BEF;
}
</style>
background-color css
<style>
a { background-color: #5A8BEF; }
a { background-color: rgb(90,139,239); }
div.DivClassName
{
background-color: #5A8BEF;
}
.BgClassName
{
background-color: #5A8BEF;
}
</style>
border-color css
<style>
span { border-color: #5A8BEF; }
span { border-color: rgb(90,139,239); }
td.TdClassName
{
border-color: #5A8BEF;
}
.TagClassName
{
border-color: #5A8BEF;
}
</style>