Shades of Cornflower Blue #659FE8
Tints of Cornflower Blue #659FE8
RGB
CMYK
RGB Variations
Color information
#659FE8 (or 0x659FE8) is known color: Cornflower Blue. HEX triplet: 65, 9F and E8. RGB value is (101,159,232). Sum of RGB (Red+Green+Blue) = 101+159+232=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #659FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659FE8 is #9A6017. Grayscale: #959595. Windows color (decimal): -10117144 or 15245157. OLE color: 15245157.
HSL color Cylindrical-coordinate representation of color #659FE8: hue angle of 213.44º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659FE8 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 159 | 232 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.09 |
| HSL | 213.44º | 0.74% | 0.65% | - |
| HSV(B) | 213.44º | 0.56% | 0.91% | - |
| XYZ | 32.33 | 33.39 | 81.08 | - |
| YUV | 149.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 232 | 0.56 | 0.31 | 0 | 0.09 | 213.44 | 0.74 | 0.65 |
| Hex | 65 | 9F | E8 | 38 | 1F | 0 | 9 | D5 | 4A | 41 |
| Octal | 145 | 237 | 350 | 70 | 37 | 0 | 11 | 325 | 112 | 101 |
| Binary | 1100101 | 10011111 | 11101000 | 111000 | 11111 | 0 | 1001 | 11010101 | 1001010 | 1000001 |
Color Harmonies of #659FE8
Complementary color
Monochromatic Colors of #659FE8
Black with #659FE8
Text Example
Text Example
White with #659FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FE8; }
p { color: rgb(101,159,232); }
H1.HeaderClassName
{
color: #659FE8;
}
.AnyTagClassName
{
color: #659FE8;
}
</style>
background-color css
<style>
a { background-color: #659FE8; }
a { background-color: rgb(101,159,232); }
div.DivClassName
{
background-color: #659FE8;
}
.BgClassName
{
background-color: #659FE8;
}
</style>
border-color css
<style>
span { border-color: #659FE8; }
span { border-color: rgb(101,159,232); }
td.TdClassName
{
border-color: #659FE8;
}
.TagClassName
{
border-color: #659FE8;
}
</style>