Shades of Cornflower Blue #658BDF
Tints of Cornflower Blue #658BDF
RGB
CMYK
RGB Variations
Color information
#658BDF (or 0x658BDF) is known color: Cornflower Blue. HEX triplet: 65, 8B and DF. RGB value is (101,139,223). Sum of RGB (Red+Green+Blue) = 101+139+223=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #658BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BDF is #9A7420. Grayscale: #888888. Windows color (decimal): -10122273 or 14650213. OLE color: 14650213.
HSL color Cylindrical-coordinate representation of color #658BDF: hue angle of 221.31º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658BDF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 139 | 223 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.13 |
| HSL | 221.31º | 0.66% | 0.64% | - |
| HSV(B) | 221.31º | 0.55% | 0.87% | - |
| XYZ | 27.92 | 26.56 | 73.47 | - |
| YUV | 137.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 223 | 0.55 | 0.38 | 0 | 0.13 | 221.31 | 0.66 | 0.64 |
| Hex | 65 | 8B | DF | 37 | 26 | 0 | D | DD | 42 | 40 |
| Octal | 145 | 213 | 337 | 67 | 46 | 0 | 15 | 335 | 102 | 100 |
| Binary | 1100101 | 10001011 | 11011111 | 110111 | 100110 | 0 | 1101 | 11011101 | 1000010 | 1000000 |
Color Harmonies of #658BDF
Complementary color
Monochromatic Colors of #658BDF
Black with #658BDF
Text Example
Text Example
White with #658BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BDF; }
p { color: rgb(101,139,223); }
H1.HeaderClassName
{
color: #658BDF;
}
.AnyTagClassName
{
color: #658BDF;
}
</style>
background-color css
<style>
a { background-color: #658BDF; }
a { background-color: rgb(101,139,223); }
div.DivClassName
{
background-color: #658BDF;
}
.BgClassName
{
background-color: #658BDF;
}
</style>
border-color css
<style>
span { border-color: #658BDF; }
span { border-color: rgb(101,139,223); }
td.TdClassName
{
border-color: #658BDF;
}
.TagClassName
{
border-color: #658BDF;
}
</style>