Shades of Cornflower Blue #659EFC
Tints of Cornflower Blue #659EFC
RGB
CMYK
RGB Variations
Color information
#659EFC (or 0x659EFC) is known color: Cornflower Blue. HEX triplet: 65, 9E and FC. RGB value is (101,158,252). Sum of RGB (Red+Green+Blue) = 101+158+252=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #659EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659EFC is #9A6103. Grayscale: #979797. Windows color (decimal): -10117380 or 16555621. OLE color: 16555621.
HSL color Cylindrical-coordinate representation of color #659EFC: hue angle of 217.35º 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 #659EFC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 158 | 252 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.01 |
| HSL | 217.35º | 0.96% | 0.69% | - |
| HSV(B) | 217.35º | 0.6% | 0.99% | - |
| XYZ | 35.16 | 34.25 | 96.85 | - |
| YUV | 151.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 252 | 0.60 | 0.37 | 0 | 0.01 | 217.35 | 0.96 | 0.69 |
| Hex | 65 | 9E | FC | 3C | 25 | 0 | 1 | D9 | 60 | 45 |
| Octal | 145 | 236 | 374 | 74 | 45 | 0 | 1 | 331 | 140 | 105 |
| Binary | 1100101 | 10011110 | 11111100 | 111100 | 100101 | 0 | 1 | 11011001 | 1100000 | 1000101 |
Color Harmonies of #659EFC
Complementary color
Monochromatic Colors of #659EFC
Black with #659EFC
Text Example
Text Example
White with #659EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EFC; }
p { color: rgb(101,158,252); }
H1.HeaderClassName
{
color: #659EFC;
}
.AnyTagClassName
{
color: #659EFC;
}
</style>
background-color css
<style>
a { background-color: #659EFC; }
a { background-color: rgb(101,158,252); }
div.DivClassName
{
background-color: #659EFC;
}
.BgClassName
{
background-color: #659EFC;
}
</style>
border-color css
<style>
span { border-color: #659EFC; }
span { border-color: rgb(101,158,252); }
td.TdClassName
{
border-color: #659EFC;
}
.TagClassName
{
border-color: #659EFC;
}
</style>