Shades of Cornflower Blue #648DF0
Tints of Cornflower Blue #648DF0
RGB
CMYK
RGB Variations
Color information
#648DF0 (or 0x648DF0) is known color: Cornflower Blue. HEX triplet: 64, 8D and F0. RGB value is (100,141,240). Sum of RGB (Red+Green+Blue) = 100+141+240=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #648DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DF0 is #9B720F. Grayscale: #8B8B8B. Windows color (decimal): -10187280 or 15764836. OLE color: 15764836.
HSL color Cylindrical-coordinate representation of color #648DF0: hue angle of 222.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648DF0 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 141 | 240 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.06 |
| HSL | 222.43º | 0.82% | 0.67% | - |
| HSV(B) | 222.43º | 0.58% | 0.94% | - |
| XYZ | 30.51 | 28.05 | 86.24 | - |
| YUV | 140.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 240 | 0.58 | 0.41 | 0 | 0.06 | 222.43 | 0.82 | 0.67 |
| Hex | 64 | 8D | F0 | 3A | 29 | 0 | 6 | DE | 52 | 43 |
| Octal | 144 | 215 | 360 | 72 | 51 | 0 | 6 | 336 | 122 | 103 |
| Binary | 1100100 | 10001101 | 11110000 | 111010 | 101001 | 0 | 110 | 11011110 | 1010010 | 1000011 |
Color Harmonies of #648DF0
Complementary color
Monochromatic Colors of #648DF0
Black with #648DF0
Text Example
Text Example
White with #648DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DF0; }
p { color: rgb(100,141,240); }
H1.HeaderClassName
{
color: #648DF0;
}
.AnyTagClassName
{
color: #648DF0;
}
</style>
background-color css
<style>
a { background-color: #648DF0; }
a { background-color: rgb(100,141,240); }
div.DivClassName
{
background-color: #648DF0;
}
.BgClassName
{
background-color: #648DF0;
}
</style>
border-color css
<style>
span { border-color: #648DF0; }
span { border-color: rgb(100,141,240); }
td.TdClassName
{
border-color: #648DF0;
}
.TagClassName
{
border-color: #648DF0;
}
</style>