Shades of Cornflower Blue #5F7BED
Tints of Cornflower Blue #5F7BED
RGB
CMYK
RGB Variations
Color information
#5F7BED (or 0x5F7BED) is known color: Cornflower Blue. HEX triplet: 5F, 7B and ED. RGB value is (95,123,237). Sum of RGB (Red+Green+Blue) = 95+123+237=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F7BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7BED is #A08412. Grayscale: #7F7F7F. Windows color (decimal): -10519571 or 15563615. OLE color: 15563615.
HSL color Cylindrical-coordinate representation of color #5F7BED: hue angle of 228.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F7BED is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 123 | 237 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.07 |
| HSL | 228.17º | 0.8% | 0.65% | - |
| HSV(B) | 228.17º | 0.6% | 0.93% | - |
| XYZ | 27.09 | 22.71 | 83.08 | - |
| YUV | 127.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 237 | 0.60 | 0.48 | 0 | 0.07 | 228.17 | 0.8 | 0.65 |
| Hex | 5F | 7B | ED | 3C | 30 | 0 | 7 | E4 | 50 | 41 |
| Octal | 137 | 173 | 355 | 74 | 60 | 0 | 7 | 344 | 120 | 101 |
| Binary | 1011111 | 1111011 | 11101101 | 111100 | 110000 | 0 | 111 | 11100100 | 1010000 | 1000001 |
Color Harmonies of #5F7BED
Complementary color
Monochromatic Colors of #5F7BED
Black with #5F7BED
Text Example
Text Example
White with #5F7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7BED; }
p { color: rgb(95,123,237); }
H1.HeaderClassName
{
color: #5F7BED;
}
.AnyTagClassName
{
color: #5F7BED;
}
</style>
background-color css
<style>
a { background-color: #5F7BED; }
a { background-color: rgb(95,123,237); }
div.DivClassName
{
background-color: #5F7BED;
}
.BgClassName
{
background-color: #5F7BED;
}
</style>
border-color css
<style>
span { border-color: #5F7BED; }
span { border-color: rgb(95,123,237); }
td.TdClassName
{
border-color: #5F7BED;
}
.TagClassName
{
border-color: #5F7BED;
}
</style>