Shades of Cornflower Blue #5F8DDF
Tints of Cornflower Blue #5F8DDF
RGB
CMYK
RGB Variations
Color information
#5F8DDF (or 0x5F8DDF) is known color: Cornflower Blue. HEX triplet: 5F, 8D and DF. RGB value is (95,141,223). Sum of RGB (Red+Green+Blue) = 95+141+223=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F8DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8DDF is #A07220. Grayscale: #888888. Windows color (decimal): -10514977 or 14650719. OLE color: 14650719.
HSL color Cylindrical-coordinate representation of color #5F8DDF: hue angle of 218.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F8DDF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 141 | 223 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.13 |
| HSL | 218.44º | 0.67% | 0.62% | - |
| HSV(B) | 218.44º | 0.57% | 0.87% | - |
| XYZ | 27.56 | 26.81 | 73.53 | - |
| YUV | 136.59 | 176.76 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 223 | 0.57 | 0.37 | 0 | 0.13 | 218.44 | 0.67 | 0.62 |
| Hex | 5F | 8D | DF | 39 | 25 | 0 | D | DA | 43 | 3E |
| Octal | 137 | 215 | 337 | 71 | 45 | 0 | 15 | 332 | 103 | 76 |
| Binary | 1011111 | 10001101 | 11011111 | 111001 | 100101 | 0 | 1101 | 11011010 | 1000011 | 111110 |
Color Harmonies of #5F8DDF
Complementary color
Monochromatic Colors of #5F8DDF
Black with #5F8DDF
Text Example
Text Example
White with #5F8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8DDF; }
p { color: rgb(95,141,223); }
H1.HeaderClassName
{
color: #5F8DDF;
}
.AnyTagClassName
{
color: #5F8DDF;
}
</style>
background-color css
<style>
a { background-color: #5F8DDF; }
a { background-color: rgb(95,141,223); }
div.DivClassName
{
background-color: #5F8DDF;
}
.BgClassName
{
background-color: #5F8DDF;
}
</style>
border-color css
<style>
span { border-color: #5F8DDF; }
span { border-color: rgb(95,141,223); }
td.TdClassName
{
border-color: #5F8DDF;
}
.TagClassName
{
border-color: #5F8DDF;
}
</style>