Shades of Cornflower Blue #5AADFC
Tints of Cornflower Blue #5AADFC
RGB
CMYK
RGB Variations
Color information
#5AADFC (or 0x5AADFC) is known color: Cornflower Blue. HEX triplet: 5A, AD and FC. RGB value is (90,173,252). Sum of RGB (Red+Green+Blue) = 90+173+252=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AADFC is #A55203. Grayscale: #9C9C9C. Windows color (decimal): -10834436 or 16559450. OLE color: 16559450.
HSL color Cylindrical-coordinate representation of color #5AADFC: hue angle of 209.26º degrees, saturation: 0.96, 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 #5AADFC is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 173 | 252 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.01 |
| HSL | 209.26º | 0.96% | 0.67% | - |
| HSV(B) | 209.26º | 0.64% | 0.99% | - |
| XYZ | 36.73 | 39.09 | 97.7 | - |
| YUV | 157.19 | 181.5 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 252 | 0.64 | 0.31 | 0 | 0.01 | 209.26 | 0.96 | 0.67 |
| Hex | 5A | AD | FC | 40 | 1F | 0 | 1 | D1 | 60 | 43 |
| Octal | 132 | 255 | 374 | 100 | 37 | 0 | 1 | 321 | 140 | 103 |
| Binary | 1011010 | 10101101 | 11111100 | 1000000 | 11111 | 0 | 1 | 11010001 | 1100000 | 1000011 |
Color Harmonies of #5AADFC
Complementary color
Monochromatic Colors of #5AADFC
Black with #5AADFC
Text Example
Text Example
White with #5AADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADFC; }
p { color: rgb(90,173,252); }
H1.HeaderClassName
{
color: #5AADFC;
}
.AnyTagClassName
{
color: #5AADFC;
}
</style>
background-color css
<style>
a { background-color: #5AADFC; }
a { background-color: rgb(90,173,252); }
div.DivClassName
{
background-color: #5AADFC;
}
.BgClassName
{
background-color: #5AADFC;
}
</style>
border-color css
<style>
span { border-color: #5AADFC; }
span { border-color: rgb(90,173,252); }
td.TdClassName
{
border-color: #5AADFC;
}
.TagClassName
{
border-color: #5AADFC;
}
</style>