Shades of Cornflower Blue #659BDC
Tints of Cornflower Blue #659BDC
RGB
CMYK
RGB Variations
Color information
#659BDC (or 0x659BDC) is known color: Cornflower Blue. HEX triplet: 65, 9B and DC. RGB value is (101,155,220). Sum of RGB (Red+Green+Blue) = 101+155+220=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #659BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BDC is #9A6423. Grayscale: #919191. Windows color (decimal): -10118180 or 14457701. OLE color: 14457701.
HSL color Cylindrical-coordinate representation of color #659BDC: hue angle of 212.77º 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 #659BDC is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 155 | 220 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.14 |
| HSL | 212.77º | 0.63% | 0.63% | - |
| HSV(B) | 212.77º | 0.54% | 0.86% | - |
| XYZ | 30.01 | 31.38 | 72.18 | - |
| YUV | 146.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 220 | 0.54 | 0.30 | 0 | 0.14 | 212.77 | 0.63 | 0.63 |
| Hex | 65 | 9B | DC | 36 | 1E | 0 | E | D5 | 3F | 3F |
| Octal | 145 | 233 | 334 | 66 | 36 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100101 | 10011011 | 11011100 | 110110 | 11110 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #659BDC
Complementary color
Monochromatic Colors of #659BDC
Black with #659BDC
Text Example
Text Example
White with #659BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BDC; }
p { color: rgb(101,155,220); }
H1.HeaderClassName
{
color: #659BDC;
}
.AnyTagClassName
{
color: #659BDC;
}
</style>
background-color css
<style>
a { background-color: #659BDC; }
a { background-color: rgb(101,155,220); }
div.DivClassName
{
background-color: #659BDC;
}
.BgClassName
{
background-color: #659BDC;
}
</style>
border-color css
<style>
span { border-color: #659BDC; }
span { border-color: rgb(101,155,220); }
td.TdClassName
{
border-color: #659BDC;
}
.TagClassName
{
border-color: #659BDC;
}
</style>