Shades of Cornflower Blue #659DF8
Tints of Cornflower Blue #659DF8
RGB
CMYK
RGB Variations
Color information
#659DF8 (or 0x659DF8) is known color: Cornflower Blue. HEX triplet: 65, 9D and F8. RGB value is (101,157,248). Sum of RGB (Red+Green+Blue) = 101+157+248=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #659DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659DF8 is #9A6207. Grayscale: #969696. Windows color (decimal): -10117640 or 16293221. OLE color: 16293221.
HSL color Cylindrical-coordinate representation of color #659DF8: hue angle of 217.14º degrees, saturation: 0.91, 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 #659DF8 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 157 | 248 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.03 |
| HSL | 217.14º | 0.91% | 0.68% | - |
| HSV(B) | 217.14º | 0.59% | 0.97% | - |
| XYZ | 34.37 | 33.66 | 93.49 | - |
| YUV | 150.63 | 182.95 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 248 | 0.59 | 0.37 | 0 | 0.03 | 217.14 | 0.91 | 0.68 |
| Hex | 65 | 9D | F8 | 3B | 25 | 0 | 3 | D9 | 5B | 44 |
| Octal | 145 | 235 | 370 | 73 | 45 | 0 | 3 | 331 | 133 | 104 |
| Binary | 1100101 | 10011101 | 11111000 | 111011 | 100101 | 0 | 11 | 11011001 | 1011011 | 1000100 |
Color Harmonies of #659DF8
Complementary color
Monochromatic Colors of #659DF8
Black with #659DF8
Text Example
Text Example
White with #659DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DF8; }
p { color: rgb(101,157,248); }
H1.HeaderClassName
{
color: #659DF8;
}
.AnyTagClassName
{
color: #659DF8;
}
</style>
background-color css
<style>
a { background-color: #659DF8; }
a { background-color: rgb(101,157,248); }
div.DivClassName
{
background-color: #659DF8;
}
.BgClassName
{
background-color: #659DF8;
}
</style>
border-color css
<style>
span { border-color: #659DF8; }
span { border-color: rgb(101,157,248); }
td.TdClassName
{
border-color: #659DF8;
}
.TagClassName
{
border-color: #659DF8;
}
</style>