Shades of Cornflower Blue #659DFC
Tints of Cornflower Blue #659DFC
RGB
CMYK
RGB Variations
Color information
#659DFC (or 0x659DFC) is known color: Cornflower Blue. HEX triplet: 65, 9D and FC. RGB value is (101,157,252). Sum of RGB (Red+Green+Blue) = 101+157+252=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #659DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659DFC is #9A6203. Grayscale: #969696. Windows color (decimal): -10117636 or 16555365. OLE color: 16555365.
HSL color Cylindrical-coordinate representation of color #659DFC: hue angle of 217.75º 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 #659DFC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 157 | 252 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.01 |
| HSL | 217.75º | 0.96% | 0.69% | - |
| HSV(B) | 217.75º | 0.6% | 0.99% | - |
| XYZ | 34.99 | 33.91 | 96.8 | - |
| YUV | 151.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 252 | 0.60 | 0.38 | 0 | 0.01 | 217.75 | 0.96 | 0.69 |
| Hex | 65 | 9D | FC | 3C | 26 | 0 | 1 | DA | 60 | 45 |
| Octal | 145 | 235 | 374 | 74 | 46 | 0 | 1 | 332 | 140 | 105 |
| Binary | 1100101 | 10011101 | 11111100 | 111100 | 100110 | 0 | 1 | 11011010 | 1100000 | 1000101 |
Color Harmonies of #659DFC
Complementary color
Monochromatic Colors of #659DFC
Black with #659DFC
Text Example
Text Example
White with #659DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DFC; }
p { color: rgb(101,157,252); }
H1.HeaderClassName
{
color: #659DFC;
}
.AnyTagClassName
{
color: #659DFC;
}
</style>
background-color css
<style>
a { background-color: #659DFC; }
a { background-color: rgb(101,157,252); }
div.DivClassName
{
background-color: #659DFC;
}
.BgClassName
{
background-color: #659DFC;
}
</style>
border-color css
<style>
span { border-color: #659DFC; }
span { border-color: rgb(101,157,252); }
td.TdClassName
{
border-color: #659DFC;
}
.TagClassName
{
border-color: #659DFC;
}
</style>