Shades of Cornflower Blue #5FAAFF
Tints of Cornflower Blue #5FAAFF
RGB
CMYK
RGB Variations
Color information
#5FAAFF (or 0x5FAAFF) is known color: Cornflower Blue. HEX triplet: 5F, AA and FF. RGB value is (95,170,255). Sum of RGB (Red+Green+Blue) = 95+170+255=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAFF is #A05500. Grayscale: #9C9C9C. Windows color (decimal): -10507521 or 16755295. OLE color: 16755295.
HSL color Cylindrical-coordinate representation of color #5FAAFF: hue angle of 211.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FAAFF is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 170 | 255 | - |
| CMYK | 0.63 | 0.33 | 0 | 0 |
| HSL | 211.88º | 1% | 0.69% | - |
| HSV(B) | 211.88º | 0.63% | 1% | - |
| XYZ | 37.14 | 38.4 | 100.06 | - |
| YUV | 157.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 255 | 0.63 | 0.33 | 0 | 0 | 211.88 | 1 | 0.69 |
| Hex | 5F | AA | FF | 3F | 21 | 0 | 0 | D4 | 64 | 45 |
| Octal | 137 | 252 | 377 | 77 | 41 | 0 | 0 | 324 | 144 | 105 |
| Binary | 1011111 | 10101010 | 11111111 | 111111 | 100001 | 0 | 0 | 11010100 | 1100100 | 1000101 |
Color Harmonies of #5FAAFF
Complementary color
Monochromatic Colors of #5FAAFF
Black with #5FAAFF
Text Example
Text Example
White with #5FAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAFF; }
p { color: rgb(95,170,255); }
H1.HeaderClassName
{
color: #5FAAFF;
}
.AnyTagClassName
{
color: #5FAAFF;
}
</style>
background-color css
<style>
a { background-color: #5FAAFF; }
a { background-color: rgb(95,170,255); }
div.DivClassName
{
background-color: #5FAAFF;
}
.BgClassName
{
background-color: #5FAAFF;
}
</style>
border-color css
<style>
span { border-color: #5FAAFF; }
span { border-color: rgb(95,170,255); }
td.TdClassName
{
border-color: #5FAAFF;
}
.TagClassName
{
border-color: #5FAAFF;
}
</style>