Shades of Cornflower Blue #648DFB
Tints of Cornflower Blue #648DFB
RGB
CMYK
RGB Variations
Color information
#648DFB (or 0x648DFB) is known color: Cornflower Blue. HEX triplet: 64, 8D and FB. RGB value is (100,141,251). Sum of RGB (Red+Green+Blue) = 100+141+251=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #648DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DFB is #9B7204. Grayscale: #8C8C8C. Windows color (decimal): -10187269 or 16485732. OLE color: 16485732.
HSL color Cylindrical-coordinate representation of color #648DFB: hue angle of 223.71º degrees, saturation: 0.95, 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 #648DFB is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 141 | 251 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.02 |
| HSL | 223.71º | 0.95% | 0.69% | - |
| HSV(B) | 223.71º | 0.6% | 0.98% | - |
| XYZ | 32.19 | 28.72 | 95.11 | - |
| YUV | 141.28 | 189.92 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 251 | 0.60 | 0.44 | 0 | 0.02 | 223.71 | 0.95 | 0.69 |
| Hex | 64 | 8D | FB | 3C | 2C | 0 | 2 | E0 | 5F | 45 |
| Octal | 144 | 215 | 373 | 74 | 54 | 0 | 2 | 340 | 137 | 105 |
| Binary | 1100100 | 10001101 | 11111011 | 111100 | 101100 | 0 | 10 | 11100000 | 1011111 | 1000101 |
Color Harmonies of #648DFB
Complementary color
Monochromatic Colors of #648DFB
Black with #648DFB
Text Example
Text Example
White with #648DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DFB; }
p { color: rgb(100,141,251); }
H1.HeaderClassName
{
color: #648DFB;
}
.AnyTagClassName
{
color: #648DFB;
}
</style>
background-color css
<style>
a { background-color: #648DFB; }
a { background-color: rgb(100,141,251); }
div.DivClassName
{
background-color: #648DFB;
}
.BgClassName
{
background-color: #648DFB;
}
</style>
border-color css
<style>
span { border-color: #648DFB; }
span { border-color: rgb(100,141,251); }
td.TdClassName
{
border-color: #648DFB;
}
.TagClassName
{
border-color: #648DFB;
}
</style>