Shades of Cornflower Blue #5F7FDC
Tints of Cornflower Blue #5F7FDC
RGB
CMYK
RGB Variations
Color information
#5F7FDC (or 0x5F7FDC) is known color: Cornflower Blue. HEX triplet: 5F, 7F and DC. RGB value is (95,127,220). Sum of RGB (Red+Green+Blue) = 95+127+220=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7FDC is #A08023. Grayscale: #7F7F7F. Windows color (decimal): -10518564 or 14450527. OLE color: 14450527.
HSL color Cylindrical-coordinate representation of color #5F7FDC: hue angle of 224.64º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F7FDC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 127 | 220 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.14 |
| HSL | 224.64º | 0.64% | 0.62% | - |
| HSV(B) | 224.64º | 0.57% | 0.86% | - |
| XYZ | 25.23 | 22.78 | 70.78 | - |
| YUV | 128.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 220 | 0.57 | 0.42 | 0 | 0.14 | 224.64 | 0.64 | 0.62 |
| Hex | 5F | 7F | DC | 39 | 2A | 0 | E | E1 | 40 | 3E |
| Octal | 137 | 177 | 334 | 71 | 52 | 0 | 16 | 341 | 100 | 76 |
| Binary | 1011111 | 1111111 | 11011100 | 111001 | 101010 | 0 | 1110 | 11100001 | 1000000 | 111110 |
Color Harmonies of #5F7FDC
Complementary color
Monochromatic Colors of #5F7FDC
Black with #5F7FDC
Text Example
Text Example
White with #5F7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7FDC; }
p { color: rgb(95,127,220); }
H1.HeaderClassName
{
color: #5F7FDC;
}
.AnyTagClassName
{
color: #5F7FDC;
}
</style>
background-color css
<style>
a { background-color: #5F7FDC; }
a { background-color: rgb(95,127,220); }
div.DivClassName
{
background-color: #5F7FDC;
}
.BgClassName
{
background-color: #5F7FDC;
}
</style>
border-color css
<style>
span { border-color: #5F7FDC; }
span { border-color: rgb(95,127,220); }
td.TdClassName
{
border-color: #5F7FDC;
}
.TagClassName
{
border-color: #5F7FDC;
}
</style>