Shades of Cornflower Blue #5F8EFD
Tints of Cornflower Blue #5F8EFD
RGB
CMYK
RGB Variations
Color information
#5F8EFD (or 0x5F8EFD) is known color: Cornflower Blue. HEX triplet: 5F, 8E and FD. RGB value is (95,142,253). Sum of RGB (Red+Green+Blue) = 95+142+253=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F8EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8EFD is #A07102. Grayscale: #8C8C8C. Windows color (decimal): -10514691 or 16617055. OLE color: 16617055.
HSL color Cylindrical-coordinate representation of color #5F8EFD: hue angle of 222.15º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F8EFD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 142 | 253 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.01 |
| HSL | 222.15º | 0.98% | 0.68% | - |
| HSV(B) | 222.15º | 0.62% | 0.99% | - |
| XYZ | 32.12 | 28.87 | 96.81 | - |
| YUV | 140.6 | 191.43 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 253 | 0.62 | 0.44 | 0 | 0.01 | 222.15 | 0.98 | 0.68 |
| Hex | 5F | 8E | FD | 3E | 2C | 0 | 1 | DE | 62 | 44 |
| Octal | 137 | 216 | 375 | 76 | 54 | 0 | 1 | 336 | 142 | 104 |
| Binary | 1011111 | 10001110 | 11111101 | 111110 | 101100 | 0 | 1 | 11011110 | 1100010 | 1000100 |
Color Harmonies of #5F8EFD
Complementary color
Monochromatic Colors of #5F8EFD
Black with #5F8EFD
Text Example
Text Example
White with #5F8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8EFD; }
p { color: rgb(95,142,253); }
H1.HeaderClassName
{
color: #5F8EFD;
}
.AnyTagClassName
{
color: #5F8EFD;
}
</style>
background-color css
<style>
a { background-color: #5F8EFD; }
a { background-color: rgb(95,142,253); }
div.DivClassName
{
background-color: #5F8EFD;
}
.BgClassName
{
background-color: #5F8EFD;
}
</style>
border-color css
<style>
span { border-color: #5F8EFD; }
span { border-color: rgb(95,142,253); }
td.TdClassName
{
border-color: #5F8EFD;
}
.TagClassName
{
border-color: #5F8EFD;
}
</style>