Shades of Cornflower Blue #5A9CE4
Tints of Cornflower Blue #5A9CE4
RGB
CMYK
RGB Variations
Color information
#5A9CE4 (or 0x5A9CE4) is known color: Cornflower Blue. HEX triplet: 5A, 9C and E4. RGB value is (90,156,228). Sum of RGB (Red+Green+Blue) = 90+156+228=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #5A9CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9CE4 is #A5631B. Grayscale: #909090. Windows color (decimal): -10838812 or 14982234. OLE color: 14982234.
HSL color Cylindrical-coordinate representation of color #5A9CE4: hue angle of 211.3º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A9CE4 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 156 | 228 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.11 |
| HSL | 211.3º | 0.72% | 0.62% | - |
| HSV(B) | 211.3º | 0.61% | 0.89% | - |
| XYZ | 30.11 | 31.55 | 77.9 | - |
| YUV | 144.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 156 | 228 | 0.61 | 0.32 | 0 | 0.11 | 211.3 | 0.72 | 0.62 |
| Hex | 5A | 9C | E4 | 3D | 20 | 0 | B | D3 | 48 | 3E |
| Octal | 132 | 234 | 344 | 75 | 40 | 0 | 13 | 323 | 110 | 76 |
| Binary | 1011010 | 10011100 | 11100100 | 111101 | 100000 | 0 | 1011 | 11010011 | 1001000 | 111110 |
Color Harmonies of #5A9CE4
Complementary color
Monochromatic Colors of #5A9CE4
Black with #5A9CE4
Text Example
Text Example
White with #5A9CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9CE4; }
p { color: rgb(90,156,228); }
H1.HeaderClassName
{
color: #5A9CE4;
}
.AnyTagClassName
{
color: #5A9CE4;
}
</style>
background-color css
<style>
a { background-color: #5A9CE4; }
a { background-color: rgb(90,156,228); }
div.DivClassName
{
background-color: #5A9CE4;
}
.BgClassName
{
background-color: #5A9CE4;
}
</style>
border-color css
<style>
span { border-color: #5A9CE4; }
span { border-color: rgb(90,156,228); }
td.TdClassName
{
border-color: #5A9CE4;
}
.TagClassName
{
border-color: #5A9CE4;
}
</style>