Shades of Cornflower Blue #659ADC
Tints of Cornflower Blue #659ADC
RGB
CMYK
RGB Variations
Color information
#659ADC (or 0x659ADC) is known color: Cornflower Blue. HEX triplet: 65, 9A and DC. RGB value is (101,154,220). Sum of RGB (Red+Green+Blue) = 101+154+220=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #659ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ADC is #9A6523. Grayscale: #919191. Windows color (decimal): -10118436 or 14457445. OLE color: 14457445.
HSL color Cylindrical-coordinate representation of color #659ADC: hue angle of 213.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659ADC is Cyan = 0.54, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 154 | 220 | - |
| CMYK | 0.54 | 0.3 | 0 | 0.14 |
| HSL | 213.28º | 0.63% | 0.63% | - |
| HSV(B) | 213.28º | 0.54% | 0.86% | - |
| XYZ | 29.84 | 31.05 | 72.13 | - |
| YUV | 145.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 220 | 0.54 | 0.3 | 0 | 0.14 | 213.28 | 0.63 | 0.63 |
| Hex | 65 | 9A | DC | 36 | 1E | 0 | E | D5 | 3F | 3F |
| Octal | 145 | 232 | 334 | 66 | 36 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100101 | 10011010 | 11011100 | 110110 | 11110 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #659ADC
Complementary color
Monochromatic Colors of #659ADC
Black with #659ADC
Text Example
Text Example
White with #659ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659ADC; }
p { color: rgb(101,154,220); }
H1.HeaderClassName
{
color: #659ADC;
}
.AnyTagClassName
{
color: #659ADC;
}
</style>
background-color css
<style>
a { background-color: #659ADC; }
a { background-color: rgb(101,154,220); }
div.DivClassName
{
background-color: #659ADC;
}
.BgClassName
{
background-color: #659ADC;
}
</style>
border-color css
<style>
span { border-color: #659ADC; }
span { border-color: rgb(101,154,220); }
td.TdClassName
{
border-color: #659ADC;
}
.TagClassName
{
border-color: #659ADC;
}
</style>