Shades of Cornflower Blue #5A9FFD
Tints of Cornflower Blue #5A9FFD
RGB
CMYK
RGB Variations
Color information
#5A9FFD (or 0x5A9FFD) is known color: Cornflower Blue. HEX triplet: 5A, 9F and FD. RGB value is (90,159,253). Sum of RGB (Red+Green+Blue) = 90+159+253=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A9FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9FFD is #A56002. Grayscale: #949494. Windows color (decimal): -10838019 or 16621402. OLE color: 16621402.
HSL color Cylindrical-coordinate representation of color #5A9FFD: hue angle of 214.6º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A9FFD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 159 | 253 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.01 |
| HSL | 214.6º | 0.98% | 0.67% | - |
| HSV(B) | 214.6º | 0.64% | 0.99% | - |
| XYZ | 34.34 | 34.06 | 97.69 | - |
| YUV | 149.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 159 | 253 | 0.64 | 0.37 | 0 | 0.01 | 214.6 | 0.98 | 0.67 |
| Hex | 5A | 9F | FD | 40 | 25 | 0 | 1 | D7 | 62 | 43 |
| Octal | 132 | 237 | 375 | 100 | 45 | 0 | 1 | 327 | 142 | 103 |
| Binary | 1011010 | 10011111 | 11111101 | 1000000 | 100101 | 0 | 1 | 11010111 | 1100010 | 1000011 |
Color Harmonies of #5A9FFD
Complementary color
Monochromatic Colors of #5A9FFD
Black with #5A9FFD
Text Example
Text Example
White with #5A9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9FFD; }
p { color: rgb(90,159,253); }
H1.HeaderClassName
{
color: #5A9FFD;
}
.AnyTagClassName
{
color: #5A9FFD;
}
</style>
background-color css
<style>
a { background-color: #5A9FFD; }
a { background-color: rgb(90,159,253); }
div.DivClassName
{
background-color: #5A9FFD;
}
.BgClassName
{
background-color: #5A9FFD;
}
</style>
border-color css
<style>
span { border-color: #5A9FFD; }
span { border-color: rgb(90,159,253); }
td.TdClassName
{
border-color: #5A9FFD;
}
.TagClassName
{
border-color: #5A9FFD;
}
</style>