Shades of Cornflower Blue #5A9DFF
Tints of Cornflower Blue #5A9DFF
RGB
CMYK
RGB Variations
Color information
#5A9DFF (or 0x5A9DFF) is known color: Cornflower Blue. HEX triplet: 5A, 9D and FF. RGB value is (90,157,255). Sum of RGB (Red+Green+Blue) = 90+157+255=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A9DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9DFF is #A56200. Grayscale: #939393. Windows color (decimal): -10838529 or 16751962. OLE color: 16751962.
HSL color Cylindrical-coordinate representation of color #5A9DFF: hue angle of 215.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A9DFF is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 157 | 255 | - |
| CMYK | 0.65 | 0.38 | 0 | 0 |
| HSL | 215.64º | 1% | 0.68% | - |
| HSV(B) | 215.64º | 0.65% | 1% | - |
| XYZ | 34.32 | 33.51 | 99.27 | - |
| YUV | 148.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 255 | 0.65 | 0.38 | 0 | 0 | 215.64 | 1 | 0.68 |
| Hex | 5A | 9D | FF | 41 | 26 | 0 | 0 | D8 | 64 | 44 |
| Octal | 132 | 235 | 377 | 101 | 46 | 0 | 0 | 330 | 144 | 104 |
| Binary | 1011010 | 10011101 | 11111111 | 1000001 | 100110 | 0 | 0 | 11011000 | 1100100 | 1000100 |
Color Harmonies of #5A9DFF
Complementary color
Monochromatic Colors of #5A9DFF
Black with #5A9DFF
Text Example
Text Example
White with #5A9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9DFF; }
p { color: rgb(90,157,255); }
H1.HeaderClassName
{
color: #5A9DFF;
}
.AnyTagClassName
{
color: #5A9DFF;
}
</style>
background-color css
<style>
a { background-color: #5A9DFF; }
a { background-color: rgb(90,157,255); }
div.DivClassName
{
background-color: #5A9DFF;
}
.BgClassName
{
background-color: #5A9DFF;
}
</style>
border-color css
<style>
span { border-color: #5A9DFF; }
span { border-color: rgb(90,157,255); }
td.TdClassName
{
border-color: #5A9DFF;
}
.TagClassName
{
border-color: #5A9DFF;
}
</style>