Shades of Cornflower Blue #649BFA
Tints of Cornflower Blue #649BFA
RGB
CMYK
RGB Variations
Color information
#649BFA (or 0x649BFA) is known color: Cornflower Blue. HEX triplet: 64, 9B and FA. RGB value is (100,155,250). Sum of RGB (Red+Green+Blue) = 100+155+250=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #649BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BFA is #9B6405. Grayscale: #949494. Windows color (decimal): -10183686 or 16423780. OLE color: 16423780.
HSL color Cylindrical-coordinate representation of color #649BFA: hue angle of 218º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649BFA is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 155 | 250 | - |
| CMYK | 0.6 | 0.38 | 0 | 0.02 |
| HSL | 218º | 0.94% | 0.69% | - |
| HSV(B) | 218º | 0.6% | 0.98% | - |
| XYZ | 34.23 | 33.05 | 95.02 | - |
| YUV | 149.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 250 | 0.6 | 0.38 | 0 | 0.02 | 218 | 0.94 | 0.69 |
| Hex | 64 | 9B | FA | 3C | 26 | 0 | 2 | DA | 5E | 45 |
| Octal | 144 | 233 | 372 | 74 | 46 | 0 | 2 | 332 | 136 | 105 |
| Binary | 1100100 | 10011011 | 11111010 | 111100 | 100110 | 0 | 10 | 11011010 | 1011110 | 1000101 |
Color Harmonies of #649BFA
Complementary color
Monochromatic Colors of #649BFA
Black with #649BFA
Text Example
Text Example
White with #649BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BFA; }
p { color: rgb(100,155,250); }
H1.HeaderClassName
{
color: #649BFA;
}
.AnyTagClassName
{
color: #649BFA;
}
</style>
background-color css
<style>
a { background-color: #649BFA; }
a { background-color: rgb(100,155,250); }
div.DivClassName
{
background-color: #649BFA;
}
.BgClassName
{
background-color: #649BFA;
}
</style>
border-color css
<style>
span { border-color: #649BFA; }
span { border-color: rgb(100,155,250); }
td.TdClassName
{
border-color: #649BFA;
}
.TagClassName
{
border-color: #649BFA;
}
</style>