Shades of Cornflower Blue #5AA2EF
Tints of Cornflower Blue #5AA2EF
RGB
CMYK
RGB Variations
Color information
#5AA2EF (or 0x5AA2EF) is known color: Cornflower Blue. HEX triplet: 5A, A2 and EF. RGB value is (90,162,239). Sum of RGB (Red+Green+Blue) = 90+162+239=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA2EF is #A55D10. Grayscale: #949494. Windows color (decimal): -10837265 or 15704666. OLE color: 15704666.
HSL color Cylindrical-coordinate representation of color #5AA2EF: hue angle of 211.01º 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 #5AA2EF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 162 | 239 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.06 |
| HSL | 211.01º | 0.82% | 0.65% | - |
| HSV(B) | 211.01º | 0.62% | 0.94% | - |
| XYZ | 32.72 | 34.25 | 86.55 | - |
| YUV | 149.25 | 178.65 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 162 | 239 | 0.62 | 0.32 | 0 | 0.06 | 211.01 | 0.82 | 0.65 |
| Hex | 5A | A2 | EF | 3E | 20 | 0 | 6 | D3 | 52 | 41 |
| Octal | 132 | 242 | 357 | 76 | 40 | 0 | 6 | 323 | 122 | 101 |
| Binary | 1011010 | 10100010 | 11101111 | 111110 | 100000 | 0 | 110 | 11010011 | 1010010 | 1000001 |
Color Harmonies of #5AA2EF
Complementary color
Monochromatic Colors of #5AA2EF
Black with #5AA2EF
Text Example
Text Example
White with #5AA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA2EF; }
p { color: rgb(90,162,239); }
H1.HeaderClassName
{
color: #5AA2EF;
}
.AnyTagClassName
{
color: #5AA2EF;
}
</style>
background-color css
<style>
a { background-color: #5AA2EF; }
a { background-color: rgb(90,162,239); }
div.DivClassName
{
background-color: #5AA2EF;
}
.BgClassName
{
background-color: #5AA2EF;
}
</style>
border-color css
<style>
span { border-color: #5AA2EF; }
span { border-color: rgb(90,162,239); }
td.TdClassName
{
border-color: #5AA2EF;
}
.TagClassName
{
border-color: #5AA2EF;
}
</style>