Shades of Cornflower Blue #658CDF
Tints of Cornflower Blue #658CDF
RGB
CMYK
RGB Variations
Color information
#658CDF (or 0x658CDF) is known color: Cornflower Blue. HEX triplet: 65, 8C and DF. RGB value is (101,140,223). Sum of RGB (Red+Green+Blue) = 101+140+223=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #658CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CDF is #9A7320. Grayscale: #898989. Windows color (decimal): -10122017 or 14650469. OLE color: 14650469.
HSL color Cylindrical-coordinate representation of color #658CDF: hue angle of 220.82º 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 #658CDF is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 140 | 223 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.13 |
| HSL | 220.82º | 0.66% | 0.64% | - |
| HSV(B) | 220.82º | 0.55% | 0.87% | - |
| XYZ | 28.06 | 26.85 | 73.52 | - |
| YUV | 137.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 223 | 0.55 | 0.37 | 0 | 0.13 | 220.82 | 0.66 | 0.64 |
| Hex | 65 | 8C | DF | 37 | 25 | 0 | D | DD | 42 | 40 |
| Octal | 145 | 214 | 337 | 67 | 45 | 0 | 15 | 335 | 102 | 100 |
| Binary | 1100101 | 10001100 | 11011111 | 110111 | 100101 | 0 | 1101 | 11011101 | 1000010 | 1000000 |
Color Harmonies of #658CDF
Complementary color
Monochromatic Colors of #658CDF
Black with #658CDF
Text Example
Text Example
White with #658CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CDF; }
p { color: rgb(101,140,223); }
H1.HeaderClassName
{
color: #658CDF;
}
.AnyTagClassName
{
color: #658CDF;
}
</style>
background-color css
<style>
a { background-color: #658CDF; }
a { background-color: rgb(101,140,223); }
div.DivClassName
{
background-color: #658CDF;
}
.BgClassName
{
background-color: #658CDF;
}
</style>
border-color css
<style>
span { border-color: #658CDF; }
span { border-color: rgb(101,140,223); }
td.TdClassName
{
border-color: #658CDF;
}
.TagClassName
{
border-color: #658CDF;
}
</style>