Shades of Cornflower Blue #5F8FDA
Tints of Cornflower Blue #5F8FDA
RGB
CMYK
RGB Variations
Color information
#5F8FDA (or 0x5F8FDA) is known color: Cornflower Blue. HEX triplet: 5F, 8F and DA. RGB value is (95,143,218). Sum of RGB (Red+Green+Blue) = 95+143+218=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F8FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8FDA is #A07025. Grayscale: #888888. Windows color (decimal): -10514470 or 14323551. OLE color: 14323551.
HSL color Cylindrical-coordinate representation of color #5F8FDA: hue angle of 216.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F8FDA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 143 | 218 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.15 |
| HSL | 216.59º | 0.62% | 0.61% | - |
| HSV(B) | 216.59º | 0.56% | 0.85% | - |
| XYZ | 27.2 | 27.14 | 70.13 | - |
| YUV | 137.2 | 173.6 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 218 | 0.56 | 0.34 | 0 | 0.15 | 216.59 | 0.62 | 0.61 |
| Hex | 5F | 8F | DA | 38 | 22 | 0 | F | D9 | 3E | 3D |
| Octal | 137 | 217 | 332 | 70 | 42 | 0 | 17 | 331 | 76 | 75 |
| Binary | 1011111 | 10001111 | 11011010 | 111000 | 100010 | 0 | 1111 | 11011001 | 111110 | 111101 |
Color Harmonies of #5F8FDA
Complementary color
Monochromatic Colors of #5F8FDA
Black with #5F8FDA
Text Example
Text Example
White with #5F8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FDA; }
p { color: rgb(95,143,218); }
H1.HeaderClassName
{
color: #5F8FDA;
}
.AnyTagClassName
{
color: #5F8FDA;
}
</style>
background-color css
<style>
a { background-color: #5F8FDA; }
a { background-color: rgb(95,143,218); }
div.DivClassName
{
background-color: #5F8FDA;
}
.BgClassName
{
background-color: #5F8FDA;
}
</style>
border-color css
<style>
span { border-color: #5F8FDA; }
span { border-color: rgb(95,143,218); }
td.TdClassName
{
border-color: #5F8FDA;
}
.TagClassName
{
border-color: #5F8FDA;
}
</style>