Shades of Cornflower Blue #5AA3FF
Tints of Cornflower Blue #5AA3FF
RGB
CMYK
RGB Variations
Color information
#5AA3FF (or 0x5AA3FF) is known color: Cornflower Blue. HEX triplet: 5A, A3 and FF. RGB value is (90,163,255). Sum of RGB (Red+Green+Blue) = 90+163+255=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AA3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA3FF is #A55C00. Grayscale: #979797. Windows color (decimal): -10836993 or 16753498. OLE color: 16753498.
HSL color Cylindrical-coordinate representation of color #5AA3FF: hue angle of 213.45º 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 #5AA3FF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 163 | 255 | - |
| CMYK | 0.65 | 0.36 | 0 | 0 |
| HSL | 213.45º | 1% | 0.68% | - |
| HSV(B) | 213.45º | 0.65% | 1% | - |
| XYZ | 35.36 | 35.59 | 99.61 | - |
| YUV | 151.66 | 186.32 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 163 | 255 | 0.65 | 0.36 | 0 | 0 | 213.45 | 1 | 0.68 |
| Hex | 5A | A3 | FF | 41 | 24 | 0 | 0 | D5 | 64 | 44 |
| Octal | 132 | 243 | 377 | 101 | 44 | 0 | 0 | 325 | 144 | 104 |
| Binary | 1011010 | 10100011 | 11111111 | 1000001 | 100100 | 0 | 0 | 11010101 | 1100100 | 1000100 |
Color Harmonies of #5AA3FF
Complementary color
Monochromatic Colors of #5AA3FF
Black with #5AA3FF
Text Example
Text Example
White with #5AA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA3FF; }
p { color: rgb(90,163,255); }
H1.HeaderClassName
{
color: #5AA3FF;
}
.AnyTagClassName
{
color: #5AA3FF;
}
</style>
background-color css
<style>
a { background-color: #5AA3FF; }
a { background-color: rgb(90,163,255); }
div.DivClassName
{
background-color: #5AA3FF;
}
.BgClassName
{
background-color: #5AA3FF;
}
</style>
border-color css
<style>
span { border-color: #5AA3FF; }
span { border-color: rgb(90,163,255); }
td.TdClassName
{
border-color: #5AA3FF;
}
.TagClassName
{
border-color: #5AA3FF;
}
</style>