Shades of Cornflower Blue #659AF7
Tints of Cornflower Blue #659AF7
RGB
CMYK
RGB Variations
Color information
#659AF7 (or 0x659AF7) is known color: Cornflower Blue. HEX triplet: 65, 9A and F7. RGB value is (101,154,247). Sum of RGB (Red+Green+Blue) = 101+154+247=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #659AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659AF7 is #9A6508. Grayscale: #949494. Windows color (decimal): -10118409 or 16226917. OLE color: 16226917.
HSL color Cylindrical-coordinate representation of color #659AF7: hue angle of 218.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #659AF7 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 154 | 247 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.03 |
| HSL | 218.22º | 0.9% | 0.68% | - |
| HSV(B) | 218.22º | 0.59% | 0.97% | - |
| XYZ | 33.71 | 32.59 | 92.51 | - |
| YUV | 148.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 247 | 0.59 | 0.38 | 0 | 0.03 | 218.22 | 0.9 | 0.68 |
| Hex | 65 | 9A | F7 | 3B | 26 | 0 | 3 | DA | 5A | 44 |
| Octal | 145 | 232 | 367 | 73 | 46 | 0 | 3 | 332 | 132 | 104 |
| Binary | 1100101 | 10011010 | 11110111 | 111011 | 100110 | 0 | 11 | 11011010 | 1011010 | 1000100 |
Color Harmonies of #659AF7
Complementary color
Monochromatic Colors of #659AF7
Black with #659AF7
Text Example
Text Example
White with #659AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659AF7; }
p { color: rgb(101,154,247); }
H1.HeaderClassName
{
color: #659AF7;
}
.AnyTagClassName
{
color: #659AF7;
}
</style>
background-color css
<style>
a { background-color: #659AF7; }
a { background-color: rgb(101,154,247); }
div.DivClassName
{
background-color: #659AF7;
}
.BgClassName
{
background-color: #659AF7;
}
</style>
border-color css
<style>
span { border-color: #659AF7; }
span { border-color: rgb(101,154,247); }
td.TdClassName
{
border-color: #659AF7;
}
.TagClassName
{
border-color: #659AF7;
}
</style>