Shades of Cornflower Blue #658BED
Tints of Cornflower Blue #658BED
RGB
CMYK
RGB Variations
Color information
#658BED (or 0x658BED) is known color: Cornflower Blue. HEX triplet: 65, 8B and ED. RGB value is (101,139,237). Sum of RGB (Red+Green+Blue) = 101+139+237=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #658BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658BED is #9A7412. Grayscale: #8A8A8A. Windows color (decimal): -10122259 or 15567717. OLE color: 15567717.
HSL color Cylindrical-coordinate representation of color #658BED: hue angle of 223.24º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658BED is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 139 | 237 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.07 |
| HSL | 223.24º | 0.79% | 0.66% | - |
| HSV(B) | 223.24º | 0.57% | 0.93% | - |
| XYZ | 29.89 | 27.35 | 83.82 | - |
| YUV | 138.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 237 | 0.57 | 0.41 | 0 | 0.07 | 223.24 | 0.79 | 0.66 |
| Hex | 65 | 8B | ED | 39 | 29 | 0 | 7 | DF | 4F | 42 |
| Octal | 145 | 213 | 355 | 71 | 51 | 0 | 7 | 337 | 117 | 102 |
| Binary | 1100101 | 10001011 | 11101101 | 111001 | 101001 | 0 | 111 | 11011111 | 1001111 | 1000010 |
Color Harmonies of #658BED
Complementary color
Monochromatic Colors of #658BED
Black with #658BED
Text Example
Text Example
White with #658BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BED; }
p { color: rgb(101,139,237); }
H1.HeaderClassName
{
color: #658BED;
}
.AnyTagClassName
{
color: #658BED;
}
</style>
background-color css
<style>
a { background-color: #658BED; }
a { background-color: rgb(101,139,237); }
div.DivClassName
{
background-color: #658BED;
}
.BgClassName
{
background-color: #658BED;
}
</style>
border-color css
<style>
span { border-color: #658BED; }
span { border-color: rgb(101,139,237); }
td.TdClassName
{
border-color: #658BED;
}
.TagClassName
{
border-color: #658BED;
}
</style>