Shades of Cornflower Blue #5F7DF0
Tints of Cornflower Blue #5F7DF0
RGB
CMYK
RGB Variations
Color information
#5F7DF0 (or 0x5F7DF0) is known color: Cornflower Blue. HEX triplet: 5F, 7D and F0. RGB value is (95,125,240). Sum of RGB (Red+Green+Blue) = 95+125+240=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #5F7DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7DF0 is #A0820F. Grayscale: #808080. Windows color (decimal): -10519056 or 15760735. OLE color: 15760735.
HSL color Cylindrical-coordinate representation of color #5F7DF0: hue angle of 227.59º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F7DF0 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 125 | 240 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.06 |
| HSL | 227.59º | 0.83% | 0.66% | - |
| HSV(B) | 227.59º | 0.6% | 0.94% | - |
| XYZ | 27.78 | 23.39 | 85.49 | - |
| YUV | 129.14 | 190.56 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 240 | 0.60 | 0.48 | 0 | 0.06 | 227.59 | 0.83 | 0.66 |
| Hex | 5F | 7D | F0 | 3C | 30 | 0 | 6 | E4 | 53 | 42 |
| Octal | 137 | 175 | 360 | 74 | 60 | 0 | 6 | 344 | 123 | 102 |
| Binary | 1011111 | 1111101 | 11110000 | 111100 | 110000 | 0 | 110 | 11100100 | 1010011 | 1000010 |
Color Harmonies of #5F7DF0
Complementary color
Monochromatic Colors of #5F7DF0
Black with #5F7DF0
Text Example
Text Example
White with #5F7DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7DF0; }
p { color: rgb(95,125,240); }
H1.HeaderClassName
{
color: #5F7DF0;
}
.AnyTagClassName
{
color: #5F7DF0;
}
</style>
background-color css
<style>
a { background-color: #5F7DF0; }
a { background-color: rgb(95,125,240); }
div.DivClassName
{
background-color: #5F7DF0;
}
.BgClassName
{
background-color: #5F7DF0;
}
</style>
border-color css
<style>
span { border-color: #5F7DF0; }
span { border-color: rgb(95,125,240); }
td.TdClassName
{
border-color: #5F7DF0;
}
.TagClassName
{
border-color: #5F7DF0;
}
</style>