Shades of Cornflower Blue #649DF8
Tints of Cornflower Blue #649DF8
RGB
CMYK
RGB Variations
Color information
#649DF8 (or 0x649DF8) is known color: Cornflower Blue. HEX triplet: 64, 9D and F8. RGB value is (100,157,248). Sum of RGB (Red+Green+Blue) = 100+157+248=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #649DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DF8 is #9B6207. Grayscale: #959595. Windows color (decimal): -10183176 or 16293220. OLE color: 16293220.
HSL color Cylindrical-coordinate representation of color #649DF8: hue angle of 216.89º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649DF8 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 157 | 248 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.03 |
| HSL | 216.89º | 0.91% | 0.68% | - |
| HSV(B) | 216.89º | 0.6% | 0.97% | - |
| XYZ | 34.26 | 33.6 | 93.49 | - |
| YUV | 150.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 248 | 0.60 | 0.37 | 0 | 0.03 | 216.89 | 0.91 | 0.68 |
| Hex | 64 | 9D | F8 | 3C | 25 | 0 | 3 | D9 | 5B | 44 |
| Octal | 144 | 235 | 370 | 74 | 45 | 0 | 3 | 331 | 133 | 104 |
| Binary | 1100100 | 10011101 | 11111000 | 111100 | 100101 | 0 | 11 | 11011001 | 1011011 | 1000100 |
Color Harmonies of #649DF8
Complementary color
Monochromatic Colors of #649DF8
Black with #649DF8
Text Example
Text Example
White with #649DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DF8; }
p { color: rgb(100,157,248); }
H1.HeaderClassName
{
color: #649DF8;
}
.AnyTagClassName
{
color: #649DF8;
}
</style>
background-color css
<style>
a { background-color: #649DF8; }
a { background-color: rgb(100,157,248); }
div.DivClassName
{
background-color: #649DF8;
}
.BgClassName
{
background-color: #649DF8;
}
</style>
border-color css
<style>
span { border-color: #649DF8; }
span { border-color: rgb(100,157,248); }
td.TdClassName
{
border-color: #649DF8;
}
.TagClassName
{
border-color: #649DF8;
}
</style>