Shades of Cornflower Blue #5FA4E9
Tints of Cornflower Blue #5FA4E9
RGB
CMYK
RGB Variations
Color information
#5FA4E9 (or 0x5FA4E9) is known color: Cornflower Blue. HEX triplet: 5F, A4 and E9. RGB value is (95,164,233). Sum of RGB (Red+Green+Blue) = 95+164+233=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FA4E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA4E9 is #A05B16. Grayscale: #969696. Windows color (decimal): -10509079 or 15311967. OLE color: 15311967.
HSL color Cylindrical-coordinate representation of color #5FA4E9: hue angle of 210º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FA4E9 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 164 | 233 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.09 |
| HSL | 210º | 0.76% | 0.64% | - |
| HSV(B) | 210º | 0.59% | 0.91% | - |
| XYZ | 32.7 | 34.87 | 82.1 | - |
| YUV | 151.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 233 | 0.59 | 0.30 | 0 | 0.09 | 210 | 0.76 | 0.64 |
| Hex | 5F | A4 | E9 | 3B | 1E | 0 | 9 | D2 | 4C | 40 |
| Octal | 137 | 244 | 351 | 73 | 36 | 0 | 11 | 322 | 114 | 100 |
| Binary | 1011111 | 10100100 | 11101001 | 111011 | 11110 | 0 | 1001 | 11010010 | 1001100 | 1000000 |
Color Harmonies of #5FA4E9
Complementary color
Monochromatic Colors of #5FA4E9
Black with #5FA4E9
Text Example
Text Example
White with #5FA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA4E9; }
p { color: rgb(95,164,233); }
H1.HeaderClassName
{
color: #5FA4E9;
}
.AnyTagClassName
{
color: #5FA4E9;
}
</style>
background-color css
<style>
a { background-color: #5FA4E9; }
a { background-color: rgb(95,164,233); }
div.DivClassName
{
background-color: #5FA4E9;
}
.BgClassName
{
background-color: #5FA4E9;
}
</style>
border-color css
<style>
span { border-color: #5FA4E9; }
span { border-color: rgb(95,164,233); }
td.TdClassName
{
border-color: #5FA4E9;
}
.TagClassName
{
border-color: #5FA4E9;
}
</style>