Shades of Cornflower Blue #659CEC
Tints of Cornflower Blue #659CEC
RGB
CMYK
RGB Variations
Color information
#659CEC (or 0x659CEC) is known color: Cornflower Blue. HEX triplet: 65, 9C and EC. RGB value is (101,156,236). Sum of RGB (Red+Green+Blue) = 101+156+236=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #659CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659CEC is #9A6313. Grayscale: #949494. Windows color (decimal): -10117908 or 15506533. OLE color: 15506533.
HSL color Cylindrical-coordinate representation of color #659CEC: hue angle of 215.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #659CEC is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 156 | 236 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.07 |
| HSL | 215.56º | 0.78% | 0.66% | - |
| HSV(B) | 215.56º | 0.57% | 0.93% | - |
| XYZ | 32.4 | 32.6 | 83.94 | - |
| YUV | 148.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 236 | 0.57 | 0.34 | 0 | 0.07 | 215.56 | 0.78 | 0.66 |
| Hex | 65 | 9C | EC | 39 | 22 | 0 | 7 | D8 | 4E | 42 |
| Octal | 145 | 234 | 354 | 71 | 42 | 0 | 7 | 330 | 116 | 102 |
| Binary | 1100101 | 10011100 | 11101100 | 111001 | 100010 | 0 | 111 | 11011000 | 1001110 | 1000010 |
Color Harmonies of #659CEC
Complementary color
Monochromatic Colors of #659CEC
Black with #659CEC
Text Example
Text Example
White with #659CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659CEC; }
p { color: rgb(101,156,236); }
H1.HeaderClassName
{
color: #659CEC;
}
.AnyTagClassName
{
color: #659CEC;
}
</style>
background-color css
<style>
a { background-color: #659CEC; }
a { background-color: rgb(101,156,236); }
div.DivClassName
{
background-color: #659CEC;
}
.BgClassName
{
background-color: #659CEC;
}
</style>
border-color css
<style>
span { border-color: #659CEC; }
span { border-color: rgb(101,156,236); }
td.TdClassName
{
border-color: #659CEC;
}
.TagClassName
{
border-color: #659CEC;
}
</style>