Shades of Cornflower Blue #658BDD
Tints of Cornflower Blue #658BDD
RGB
CMYK
RGB Variations
Color information
#658BDD (or 0x658BDD) is known color: Cornflower Blue. HEX triplet: 65, 8B and DD. RGB value is (101,139,221). Sum of RGB (Red+Green+Blue) = 101+139+221=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #658BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BDD is #9A7422. Grayscale: #888888. Windows color (decimal): -10122275 or 14519141. OLE color: 14519141.
HSL color Cylindrical-coordinate representation of color #658BDD: hue angle of 221º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #658BDD is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 139 | 221 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.13 |
| HSL | 221º | 0.64% | 0.63% | - |
| HSV(B) | 221º | 0.54% | 0.87% | - |
| XYZ | 27.65 | 26.45 | 72.06 | - |
| YUV | 136.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 221 | 0.54 | 0.37 | 0 | 0.13 | 221 | 0.64 | 0.63 |
| Hex | 65 | 8B | DD | 36 | 25 | 0 | D | DD | 40 | 3F |
| Octal | 145 | 213 | 335 | 66 | 45 | 0 | 15 | 335 | 100 | 77 |
| Binary | 1100101 | 10001011 | 11011101 | 110110 | 100101 | 0 | 1101 | 11011101 | 1000000 | 111111 |
Color Harmonies of #658BDD
Complementary color
Monochromatic Colors of #658BDD
Black with #658BDD
Text Example
Text Example
White with #658BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BDD; }
p { color: rgb(101,139,221); }
H1.HeaderClassName
{
color: #658BDD;
}
.AnyTagClassName
{
color: #658BDD;
}
</style>
background-color css
<style>
a { background-color: #658BDD; }
a { background-color: rgb(101,139,221); }
div.DivClassName
{
background-color: #658BDD;
}
.BgClassName
{
background-color: #658BDD;
}
</style>
border-color css
<style>
span { border-color: #658BDD; }
span { border-color: rgb(101,139,221); }
td.TdClassName
{
border-color: #658BDD;
}
.TagClassName
{
border-color: #658BDD;
}
</style>