Shades of Cornflower Blue #5A97DF
Tints of Cornflower Blue #5A97DF
RGB
CMYK
RGB Variations
Color information
#5A97DF (or 0x5A97DF) is known color: Cornflower Blue. HEX triplet: 5A, 97 and DF. RGB value is (90,151,223). Sum of RGB (Red+Green+Blue) = 90+151+223=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A97DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A97DF is #A56820. Grayscale: #8C8C8C. Windows color (decimal): -10840097 or 14653274. OLE color: 14653274.
HSL color Cylindrical-coordinate representation of color #5A97DF: hue angle of 212.48º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A97DF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 151 | 223 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.13 |
| HSL | 212.48º | 0.68% | 0.61% | - |
| HSV(B) | 212.48º | 0.6% | 0.87% | - |
| XYZ | 28.6 | 29.63 | 74.02 | - |
| YUV | 140.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 223 | 0.60 | 0.32 | 0 | 0.13 | 212.48 | 0.68 | 0.61 |
| Hex | 5A | 97 | DF | 3C | 20 | 0 | D | D4 | 44 | 3D |
| Octal | 132 | 227 | 337 | 74 | 40 | 0 | 15 | 324 | 104 | 75 |
| Binary | 1011010 | 10010111 | 11011111 | 111100 | 100000 | 0 | 1101 | 11010100 | 1000100 | 111101 |
Color Harmonies of #5A97DF
Complementary color
Monochromatic Colors of #5A97DF
Black with #5A97DF
Text Example
Text Example
White with #5A97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A97DF; }
p { color: rgb(90,151,223); }
H1.HeaderClassName
{
color: #5A97DF;
}
.AnyTagClassName
{
color: #5A97DF;
}
</style>
background-color css
<style>
a { background-color: #5A97DF; }
a { background-color: rgb(90,151,223); }
div.DivClassName
{
background-color: #5A97DF;
}
.BgClassName
{
background-color: #5A97DF;
}
</style>
border-color css
<style>
span { border-color: #5A97DF; }
span { border-color: rgb(90,151,223); }
td.TdClassName
{
border-color: #5A97DF;
}
.TagClassName
{
border-color: #5A97DF;
}
</style>