Shades of Cornflower Blue #659FE1
Tints of Cornflower Blue #659FE1
RGB
CMYK
RGB Variations
Color information
#659FE1 (or 0x659FE1) is known color: Cornflower Blue. HEX triplet: 65, 9F and E1. RGB value is (101,159,225). Sum of RGB (Red+Green+Blue) = 101+159+225=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #659FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FE1 is #9A601E. Grayscale: #949494. Windows color (decimal): -10117151 or 14786405. OLE color: 14786405.
HSL color Cylindrical-coordinate representation of color #659FE1: hue angle of 211.94º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #659FE1 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 159 | 225 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.12 |
| HSL | 211.94º | 0.67% | 0.64% | - |
| HSV(B) | 211.94º | 0.55% | 0.88% | - |
| XYZ | 31.36 | 33 | 75.95 | - |
| YUV | 149.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 225 | 0.55 | 0.29 | 0 | 0.12 | 211.94 | 0.67 | 0.64 |
| Hex | 65 | 9F | E1 | 37 | 1D | 0 | C | D4 | 43 | 40 |
| Octal | 145 | 237 | 341 | 67 | 35 | 0 | 14 | 324 | 103 | 100 |
| Binary | 1100101 | 10011111 | 11100001 | 110111 | 11101 | 0 | 1100 | 11010100 | 1000011 | 1000000 |
Color Harmonies of #659FE1
Complementary color
Monochromatic Colors of #659FE1
Black with #659FE1
Text Example
Text Example
White with #659FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FE1; }
p { color: rgb(101,159,225); }
H1.HeaderClassName
{
color: #659FE1;
}
.AnyTagClassName
{
color: #659FE1;
}
</style>
background-color css
<style>
a { background-color: #659FE1; }
a { background-color: rgb(101,159,225); }
div.DivClassName
{
background-color: #659FE1;
}
.BgClassName
{
background-color: #659FE1;
}
</style>
border-color css
<style>
span { border-color: #659FE1; }
span { border-color: rgb(101,159,225); }
td.TdClassName
{
border-color: #659FE1;
}
.TagClassName
{
border-color: #659FE1;
}
</style>