Shades of Cornflower Blue #659DDF
Tints of Cornflower Blue #659DDF
RGB
CMYK
RGB Variations
Color information
#659DDF (or 0x659DDF) is known color: Cornflower Blue. HEX triplet: 65, 9D and DF. RGB value is (101,157,223). Sum of RGB (Red+Green+Blue) = 101+157+223=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #659DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DDF is #9A6220. Grayscale: #939393. Windows color (decimal): -10117665 or 14654821. OLE color: 14654821.
HSL color Cylindrical-coordinate representation of color #659DDF: hue angle of 212.46º 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 #659DDF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 157 | 223 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.13 |
| HSL | 212.46º | 0.66% | 0.64% | - |
| HSV(B) | 212.46º | 0.55% | 0.87% | - |
| XYZ | 30.74 | 32.21 | 74.41 | - |
| YUV | 147.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 223 | 0.55 | 0.30 | 0 | 0.13 | 212.46 | 0.66 | 0.64 |
| Hex | 65 | 9D | DF | 37 | 1E | 0 | D | D4 | 42 | 40 |
| Octal | 145 | 235 | 337 | 67 | 36 | 0 | 15 | 324 | 102 | 100 |
| Binary | 1100101 | 10011101 | 11011111 | 110111 | 11110 | 0 | 1101 | 11010100 | 1000010 | 1000000 |
Color Harmonies of #659DDF
Complementary color
Monochromatic Colors of #659DDF
Black with #659DDF
Text Example
Text Example
White with #659DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DDF; }
p { color: rgb(101,157,223); }
H1.HeaderClassName
{
color: #659DDF;
}
.AnyTagClassName
{
color: #659DDF;
}
</style>
background-color css
<style>
a { background-color: #659DDF; }
a { background-color: rgb(101,157,223); }
div.DivClassName
{
background-color: #659DDF;
}
.BgClassName
{
background-color: #659DDF;
}
</style>
border-color css
<style>
span { border-color: #659DDF; }
span { border-color: rgb(101,157,223); }
td.TdClassName
{
border-color: #659DDF;
}
.TagClassName
{
border-color: #659DDF;
}
</style>