Shades of Cornflower Blue #659FFC
Tints of Cornflower Blue #659FFC
RGB
CMYK
RGB Variations
Color information
#659FFC (or 0x659FFC) is known color: Cornflower Blue. HEX triplet: 65, 9F and FC. RGB value is (101,159,252). Sum of RGB (Red+Green+Blue) = 101+159+252=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #659FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659FFC is #9A6003. Grayscale: #979797. Windows color (decimal): -10117124 or 16555877. OLE color: 16555877.
HSL color Cylindrical-coordinate representation of color #659FFC: hue angle of 216.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #659FFC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 159 | 252 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.01 |
| HSL | 216.95º | 0.96% | 0.69% | - |
| HSV(B) | 216.95º | 0.6% | 0.99% | - |
| XYZ | 35.34 | 34.59 | 96.91 | - |
| YUV | 152.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 252 | 0.60 | 0.37 | 0 | 0.01 | 216.95 | 0.96 | 0.69 |
| Hex | 65 | 9F | FC | 3C | 25 | 0 | 1 | D9 | 60 | 45 |
| Octal | 145 | 237 | 374 | 74 | 45 | 0 | 1 | 331 | 140 | 105 |
| Binary | 1100101 | 10011111 | 11111100 | 111100 | 100101 | 0 | 1 | 11011001 | 1100000 | 1000101 |
Color Harmonies of #659FFC
Complementary color
Monochromatic Colors of #659FFC
Black with #659FFC
Text Example
Text Example
White with #659FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FFC; }
p { color: rgb(101,159,252); }
H1.HeaderClassName
{
color: #659FFC;
}
.AnyTagClassName
{
color: #659FFC;
}
</style>
background-color css
<style>
a { background-color: #659FFC; }
a { background-color: rgb(101,159,252); }
div.DivClassName
{
background-color: #659FFC;
}
.BgClassName
{
background-color: #659FFC;
}
</style>
border-color css
<style>
span { border-color: #659FFC; }
span { border-color: rgb(101,159,252); }
td.TdClassName
{
border-color: #659FFC;
}
.TagClassName
{
border-color: #659FFC;
}
</style>