Shades of Cornflower Blue #649CF8
Tints of Cornflower Blue #649CF8
RGB
CMYK
RGB Variations
Color information
#649CF8 (or 0x649CF8) is known color: Cornflower Blue. HEX triplet: 64, 9C and F8. RGB value is (100,156,248). Sum of RGB (Red+Green+Blue) = 100+156+248=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #649CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CF8 is #9B6307. Grayscale: #959595. Windows color (decimal): -10183432 or 16292964. OLE color: 16292964.
HSL color Cylindrical-coordinate representation of color #649CF8: hue angle of 217.3º 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 #649CF8 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 156 | 248 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.03 |
| HSL | 217.3º | 0.91% | 0.68% | - |
| HSV(B) | 217.3º | 0.6% | 0.97% | - |
| XYZ | 34.09 | 33.26 | 93.43 | - |
| YUV | 149.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 248 | 0.60 | 0.37 | 0 | 0.03 | 217.3 | 0.91 | 0.68 |
| Hex | 64 | 9C | F8 | 3C | 25 | 0 | 3 | D9 | 5B | 44 |
| Octal | 144 | 234 | 370 | 74 | 45 | 0 | 3 | 331 | 133 | 104 |
| Binary | 1100100 | 10011100 | 11111000 | 111100 | 100101 | 0 | 11 | 11011001 | 1011011 | 1000100 |
Color Harmonies of #649CF8
Complementary color
Monochromatic Colors of #649CF8
Black with #649CF8
Text Example
Text Example
White with #649CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CF8; }
p { color: rgb(100,156,248); }
H1.HeaderClassName
{
color: #649CF8;
}
.AnyTagClassName
{
color: #649CF8;
}
</style>
background-color css
<style>
a { background-color: #649CF8; }
a { background-color: rgb(100,156,248); }
div.DivClassName
{
background-color: #649CF8;
}
.BgClassName
{
background-color: #649CF8;
}
</style>
border-color css
<style>
span { border-color: #649CF8; }
span { border-color: rgb(100,156,248); }
td.TdClassName
{
border-color: #649CF8;
}
.TagClassName
{
border-color: #649CF8;
}
</style>