Shades of Cornflower Blue #5F8FEA
Tints of Cornflower Blue #5F8FEA
RGB
CMYK
RGB Variations
Color information
#5F8FEA (or 0x5F8FEA) is known color: Cornflower Blue. HEX triplet: 5F, 8F and EA. RGB value is (95,143,234). Sum of RGB (Red+Green+Blue) = 95+143+234=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F8FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8FEA is #A07015. Grayscale: #8A8A8A. Windows color (decimal): -10514454 or 15372127. OLE color: 15372127.
HSL color Cylindrical-coordinate representation of color #5F8FEA: hue angle of 219.28º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F8FEA is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 143 | 234 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.08 |
| HSL | 219.28º | 0.77% | 0.65% | - |
| HSV(B) | 219.28º | 0.59% | 0.92% | - |
| XYZ | 29.39 | 28.02 | 81.7 | - |
| YUV | 139.02 | 181.6 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 234 | 0.59 | 0.39 | 0 | 0.08 | 219.28 | 0.77 | 0.65 |
| Hex | 5F | 8F | EA | 3B | 27 | 0 | 8 | DB | 4D | 41 |
| Octal | 137 | 217 | 352 | 73 | 47 | 0 | 10 | 333 | 115 | 101 |
| Binary | 1011111 | 10001111 | 11101010 | 111011 | 100111 | 0 | 1000 | 11011011 | 1001101 | 1000001 |
Color Harmonies of #5F8FEA
Complementary color
Monochromatic Colors of #5F8FEA
Black with #5F8FEA
Text Example
Text Example
White with #5F8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FEA; }
p { color: rgb(95,143,234); }
H1.HeaderClassName
{
color: #5F8FEA;
}
.AnyTagClassName
{
color: #5F8FEA;
}
</style>
background-color css
<style>
a { background-color: #5F8FEA; }
a { background-color: rgb(95,143,234); }
div.DivClassName
{
background-color: #5F8FEA;
}
.BgClassName
{
background-color: #5F8FEA;
}
</style>
border-color css
<style>
span { border-color: #5F8FEA; }
span { border-color: rgb(95,143,234); }
td.TdClassName
{
border-color: #5F8FEA;
}
.TagClassName
{
border-color: #5F8FEA;
}
</style>