Shades of Cornflower Blue #648DFE
Tints of Cornflower Blue #648DFE
RGB
CMYK
RGB Variations
Color information
#648DFE (or 0x648DFE) is known color: Cornflower Blue. HEX triplet: 64, 8D and FE. RGB value is (100,141,254). Sum of RGB (Red+Green+Blue) = 100+141+254=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #648DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DFE is #9B7201. Grayscale: #8D8D8D. Windows color (decimal): -10187266 or 16682340. OLE color: 16682340.
HSL color Cylindrical-coordinate representation of color #648DFE: hue angle of 224.03º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #648DFE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 141 | 254 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.00 |
| HSL | 224.03º | 0.99% | 0.69% | - |
| HSV(B) | 224.03º | 0.61% | 1% | - |
| XYZ | 32.67 | 28.91 | 97.63 | - |
| YUV | 141.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 254 | 0.61 | 0.44 | 0 | 0.00 | 224.03 | 0.99 | 0.69 |
| Hex | 64 | 8D | FE | 3D | 2C | 0 | 0 | E0 | 63 | 45 |
| Octal | 144 | 215 | 376 | 75 | 54 | 0 | 0 | 340 | 143 | 105 |
| Binary | 1100100 | 10001101 | 11111110 | 111101 | 101100 | 0 | 0 | 11100000 | 1100011 | 1000101 |
Color Harmonies of #648DFE
Complementary color
Monochromatic Colors of #648DFE
Black with #648DFE
Text Example
Text Example
White with #648DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DFE; }
p { color: rgb(100,141,254); }
H1.HeaderClassName
{
color: #648DFE;
}
.AnyTagClassName
{
color: #648DFE;
}
</style>
background-color css
<style>
a { background-color: #648DFE; }
a { background-color: rgb(100,141,254); }
div.DivClassName
{
background-color: #648DFE;
}
.BgClassName
{
background-color: #648DFE;
}
</style>
border-color css
<style>
span { border-color: #648DFE; }
span { border-color: rgb(100,141,254); }
td.TdClassName
{
border-color: #648DFE;
}
.TagClassName
{
border-color: #648DFE;
}
</style>