Shades of Cornflower Blue #5F8DFE
Tints of Cornflower Blue #5F8DFE
RGB
CMYK
RGB Variations
Color information
#5F8DFE (or 0x5F8DFE) is known color: Cornflower Blue. HEX triplet: 5F, 8D and FE. RGB value is (95,141,254). Sum of RGB (Red+Green+Blue) = 95+141+254=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F8DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8DFE is #A07201. Grayscale: #8B8B8B. Windows color (decimal): -10514946 or 16682335. OLE color: 16682335.
HSL color Cylindrical-coordinate representation of color #5F8DFE: hue angle of 222.64º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F8DFE is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 141 | 254 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.00 |
| HSL | 222.64º | 0.99% | 0.68% | - |
| HSV(B) | 222.64º | 0.63% | 1% | - |
| XYZ | 32.13 | 28.64 | 97.6 | - |
| YUV | 140.13 | 192.26 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 254 | 0.63 | 0.44 | 0 | 0.00 | 222.64 | 0.99 | 0.68 |
| Hex | 5F | 8D | FE | 3F | 2C | 0 | 0 | DF | 63 | 44 |
| Octal | 137 | 215 | 376 | 77 | 54 | 0 | 0 | 337 | 143 | 104 |
| Binary | 1011111 | 10001101 | 11111110 | 111111 | 101100 | 0 | 0 | 11011111 | 1100011 | 1000100 |
Color Harmonies of #5F8DFE
Complementary color
Monochromatic Colors of #5F8DFE
Black with #5F8DFE
Text Example
Text Example
White with #5F8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8DFE; }
p { color: rgb(95,141,254); }
H1.HeaderClassName
{
color: #5F8DFE;
}
.AnyTagClassName
{
color: #5F8DFE;
}
</style>
background-color css
<style>
a { background-color: #5F8DFE; }
a { background-color: rgb(95,141,254); }
div.DivClassName
{
background-color: #5F8DFE;
}
.BgClassName
{
background-color: #5F8DFE;
}
</style>
border-color css
<style>
span { border-color: #5F8DFE; }
span { border-color: rgb(95,141,254); }
td.TdClassName
{
border-color: #5F8DFE;
}
.TagClassName
{
border-color: #5F8DFE;
}
</style>