Shades of Cornflower Blue #659FDF
Tints of Cornflower Blue #659FDF
RGB
CMYK
RGB Variations
Color information
#659FDF (or 0x659FDF) is known color: Cornflower Blue. HEX triplet: 65, 9F and DF. RGB value is (101,159,223). Sum of RGB (Red+Green+Blue) = 101+159+223=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #659FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FDF is #9A6020. Grayscale: #949494. Windows color (decimal): -10117153 or 14655333. OLE color: 14655333.
HSL color Cylindrical-coordinate representation of color #659FDF: hue angle of 211.48º 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 #659FDF is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 159 | 223 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.13 |
| HSL | 211.48º | 0.66% | 0.64% | - |
| HSV(B) | 211.48º | 0.55% | 0.87% | - |
| XYZ | 31.08 | 32.89 | 74.52 | - |
| YUV | 148.95 | 169.78 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 223 | 0.55 | 0.29 | 0 | 0.13 | 211.48 | 0.66 | 0.64 |
| Hex | 65 | 9F | DF | 37 | 1D | 0 | D | D3 | 42 | 40 |
| Octal | 145 | 237 | 337 | 67 | 35 | 0 | 15 | 323 | 102 | 100 |
| Binary | 1100101 | 10011111 | 11011111 | 110111 | 11101 | 0 | 1101 | 11010011 | 1000010 | 1000000 |
Color Harmonies of #659FDF
Complementary color
Monochromatic Colors of #659FDF
Black with #659FDF
Text Example
Text Example
White with #659FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FDF; }
p { color: rgb(101,159,223); }
H1.HeaderClassName
{
color: #659FDF;
}
.AnyTagClassName
{
color: #659FDF;
}
</style>
background-color css
<style>
a { background-color: #659FDF; }
a { background-color: rgb(101,159,223); }
div.DivClassName
{
background-color: #659FDF;
}
.BgClassName
{
background-color: #659FDF;
}
</style>
border-color css
<style>
span { border-color: #659FDF; }
span { border-color: rgb(101,159,223); }
td.TdClassName
{
border-color: #659FDF;
}
.TagClassName
{
border-color: #659FDF;
}
</style>