Shades of Cornflower Blue #659FFF
Tints of Cornflower Blue #659FFF
RGB
CMYK
RGB Variations
Color information
#659FFF (or 0x659FFF) is known color: Cornflower Blue. HEX triplet: 65, 9F and FF. RGB value is (101,159,255). Sum of RGB (Red+Green+Blue) = 101+159+255=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #659FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659FFF is #9A6000. Grayscale: #989898. Windows color (decimal): -10117121 or 16752485. OLE color: 16752485.
HSL color Cylindrical-coordinate representation of color #659FFF: hue angle of 217.4º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #659FFF is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 159 | 255 | - |
| CMYK | 0.60 | 0.38 | 0 | 0 |
| HSL | 217.4º | 1% | 0.7% | - |
| HSV(B) | 217.4º | 0.6% | 1% | - |
| XYZ | 35.81 | 34.78 | 99.43 | - |
| YUV | 152.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 255 | 0.60 | 0.38 | 0 | 0 | 217.4 | 1 | 0.7 |
| Hex | 65 | 9F | FF | 3C | 26 | 0 | 0 | D9 | 64 | 46 |
| Octal | 145 | 237 | 377 | 74 | 46 | 0 | 0 | 331 | 144 | 106 |
| Binary | 1100101 | 10011111 | 11111111 | 111100 | 100110 | 0 | 0 | 11011001 | 1100100 | 1000110 |
Color Harmonies of #659FFF
Complementary color
Monochromatic Colors of #659FFF
Black with #659FFF
Text Example
Text Example
White with #659FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FFF; }
p { color: rgb(101,159,255); }
H1.HeaderClassName
{
color: #659FFF;
}
.AnyTagClassName
{
color: #659FFF;
}
</style>
background-color css
<style>
a { background-color: #659FFF; }
a { background-color: rgb(101,159,255); }
div.DivClassName
{
background-color: #659FFF;
}
.BgClassName
{
background-color: #659FFF;
}
</style>
border-color css
<style>
span { border-color: #659FFF; }
span { border-color: rgb(101,159,255); }
td.TdClassName
{
border-color: #659FFF;
}
.TagClassName
{
border-color: #659FFF;
}
</style>