Shades of Cornflower Blue #659CDF
Tints of Cornflower Blue #659CDF
RGB
CMYK
RGB Variations
Color information
#659CDF (or 0x659CDF) is known color: Cornflower Blue. HEX triplet: 65, 9C and DF. RGB value is (101,156,223). Sum of RGB (Red+Green+Blue) = 101+156+223=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #659CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CDF is #9A6320. Grayscale: #929292. Windows color (decimal): -10117921 or 14654565. OLE color: 14654565.
HSL color Cylindrical-coordinate representation of color #659CDF: hue angle of 212.95º 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 #659CDF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 156 | 223 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.13 |
| HSL | 212.95º | 0.66% | 0.64% | - |
| HSV(B) | 212.95º | 0.55% | 0.87% | - |
| XYZ | 30.57 | 31.87 | 74.35 | - |
| YUV | 147.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 223 | 0.55 | 0.30 | 0 | 0.13 | 212.95 | 0.66 | 0.64 |
| Hex | 65 | 9C | DF | 37 | 1E | 0 | D | D5 | 42 | 40 |
| Octal | 145 | 234 | 337 | 67 | 36 | 0 | 15 | 325 | 102 | 100 |
| Binary | 1100101 | 10011100 | 11011111 | 110111 | 11110 | 0 | 1101 | 11010101 | 1000010 | 1000000 |
Color Harmonies of #659CDF
Complementary color
Monochromatic Colors of #659CDF
Black with #659CDF
Text Example
Text Example
White with #659CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CDF; }
p { color: rgb(101,156,223); }
H1.HeaderClassName
{
color: #659CDF;
}
.AnyTagClassName
{
color: #659CDF;
}
</style>
background-color css
<style>
a { background-color: #659CDF; }
a { background-color: rgb(101,156,223); }
div.DivClassName
{
background-color: #659CDF;
}
.BgClassName
{
background-color: #659CDF;
}
</style>
border-color css
<style>
span { border-color: #659CDF; }
span { border-color: rgb(101,156,223); }
td.TdClassName
{
border-color: #659CDF;
}
.TagClassName
{
border-color: #659CDF;
}
</style>