Shades of Cornflower Blue #658BE0
Tints of Cornflower Blue #658BE0
RGB
CMYK
RGB Variations
Color information
#658BE0 (or 0x658BE0) is known color: Cornflower Blue. HEX triplet: 65, 8B and E0. RGB value is (101,139,224). Sum of RGB (Red+Green+Blue) = 101+139+224=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #658BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BE0 is #9A741F. Grayscale: #888888. Windows color (decimal): -10122272 or 14715749. OLE color: 14715749.
HSL color Cylindrical-coordinate representation of color #658BE0: hue angle of 221.46º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658BE0 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 139 | 224 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.12 |
| HSL | 221.46º | 0.66% | 0.64% | - |
| HSV(B) | 221.46º | 0.55% | 0.88% | - |
| XYZ | 28.05 | 26.61 | 74.18 | - |
| YUV | 137.33 | 176.91 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 224 | 0.55 | 0.38 | 0 | 0.12 | 221.46 | 0.66 | 0.64 |
| Hex | 65 | 8B | E0 | 37 | 26 | 0 | C | DD | 42 | 40 |
| Octal | 145 | 213 | 340 | 67 | 46 | 0 | 14 | 335 | 102 | 100 |
| Binary | 1100101 | 10001011 | 11100000 | 110111 | 100110 | 0 | 1100 | 11011101 | 1000010 | 1000000 |
Color Harmonies of #658BE0
Complementary color
Monochromatic Colors of #658BE0
Black with #658BE0
Text Example
Text Example
White with #658BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BE0; }
p { color: rgb(101,139,224); }
H1.HeaderClassName
{
color: #658BE0;
}
.AnyTagClassName
{
color: #658BE0;
}
</style>
background-color css
<style>
a { background-color: #658BE0; }
a { background-color: rgb(101,139,224); }
div.DivClassName
{
background-color: #658BE0;
}
.BgClassName
{
background-color: #658BE0;
}
</style>
border-color css
<style>
span { border-color: #658BE0; }
span { border-color: rgb(101,139,224); }
td.TdClassName
{
border-color: #658BE0;
}
.TagClassName
{
border-color: #658BE0;
}
</style>