Shades of Cornflower Blue #5A8BEE
Tints of Cornflower Blue #5A8BEE
RGB
CMYK
RGB Variations
Color information
#5A8BEE (or 0x5A8BEE) is known color: Cornflower Blue. HEX triplet: 5A, 8B and EE. RGB value is (90,139,238). Sum of RGB (Red+Green+Blue) = 90+139+238=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A8BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BEE is #A57411. Grayscale: #878787. Windows color (decimal): -10843154 or 15633242. OLE color: 15633242.
HSL color Cylindrical-coordinate representation of color #5A8BEE: hue angle of 220.14º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A8BEE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 139 | 238 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.07 |
| HSL | 220.14º | 0.81% | 0.64% | - |
| HSV(B) | 220.14º | 0.62% | 0.93% | - |
| XYZ | 28.88 | 26.81 | 84.54 | - |
| YUV | 135.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 238 | 0.62 | 0.42 | 0 | 0.07 | 220.14 | 0.81 | 0.64 |
| Hex | 5A | 8B | EE | 3E | 2A | 0 | 7 | DC | 51 | 40 |
| Octal | 132 | 213 | 356 | 76 | 52 | 0 | 7 | 334 | 121 | 100 |
| Binary | 1011010 | 10001011 | 11101110 | 111110 | 101010 | 0 | 111 | 11011100 | 1010001 | 1000000 |
Color Harmonies of #5A8BEE
Complementary color
Monochromatic Colors of #5A8BEE
Black with #5A8BEE
Text Example
Text Example
White with #5A8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BEE; }
p { color: rgb(90,139,238); }
H1.HeaderClassName
{
color: #5A8BEE;
}
.AnyTagClassName
{
color: #5A8BEE;
}
</style>
background-color css
<style>
a { background-color: #5A8BEE; }
a { background-color: rgb(90,139,238); }
div.DivClassName
{
background-color: #5A8BEE;
}
.BgClassName
{
background-color: #5A8BEE;
}
</style>
border-color css
<style>
span { border-color: #5A8BEE; }
span { border-color: rgb(90,139,238); }
td.TdClassName
{
border-color: #5A8BEE;
}
.TagClassName
{
border-color: #5A8BEE;
}
</style>