Shades of Cornflower Blue #659EEA
Tints of Cornflower Blue #659EEA
RGB
CMYK
RGB Variations
Color information
#659EEA (or 0x659EEA) is known color: Cornflower Blue. HEX triplet: 65, 9E and EA. RGB value is (101,158,234). Sum of RGB (Red+Green+Blue) = 101+158+234=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #659EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659EEA is #9A6115. Grayscale: #959595. Windows color (decimal): -10117398 or 15375973. OLE color: 15375973.
HSL color Cylindrical-coordinate representation of color #659EEA: hue angle of 214.29º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #659EEA is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 158 | 234 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.08 |
| HSL | 214.29º | 0.76% | 0.66% | - |
| HSV(B) | 214.29º | 0.57% | 0.92% | - |
| XYZ | 32.44 | 33.16 | 82.53 | - |
| YUV | 149.62 | 175.62 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 234 | 0.57 | 0.32 | 0 | 0.08 | 214.29 | 0.76 | 0.66 |
| Hex | 65 | 9E | EA | 39 | 20 | 0 | 8 | D6 | 4C | 42 |
| Octal | 145 | 236 | 352 | 71 | 40 | 0 | 10 | 326 | 114 | 102 |
| Binary | 1100101 | 10011110 | 11101010 | 111001 | 100000 | 0 | 1000 | 11010110 | 1001100 | 1000010 |
Color Harmonies of #659EEA
Complementary color
Monochromatic Colors of #659EEA
Black with #659EEA
Text Example
Text Example
White with #659EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EEA; }
p { color: rgb(101,158,234); }
H1.HeaderClassName
{
color: #659EEA;
}
.AnyTagClassName
{
color: #659EEA;
}
</style>
background-color css
<style>
a { background-color: #659EEA; }
a { background-color: rgb(101,158,234); }
div.DivClassName
{
background-color: #659EEA;
}
.BgClassName
{
background-color: #659EEA;
}
</style>
border-color css
<style>
span { border-color: #659EEA; }
span { border-color: rgb(101,158,234); }
td.TdClassName
{
border-color: #659EEA;
}
.TagClassName
{
border-color: #659EEA;
}
</style>