Shades of Cornflower Blue #648BF1
Tints of Cornflower Blue #648BF1
RGB
CMYK
RGB Variations
Color information
#648BF1 (or 0x648BF1) is known color: Cornflower Blue. HEX triplet: 64, 8B and F1. RGB value is (100,139,241). Sum of RGB (Red+Green+Blue) = 100+139+241=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #648BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BF1 is #9B740E. Grayscale: #8A8A8A. Windows color (decimal): -10187791 or 15829860. OLE color: 15829860.
HSL color Cylindrical-coordinate representation of color #648BF1: hue angle of 223.4º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #648BF1 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 139 | 241 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.05 |
| HSL | 223.4º | 0.83% | 0.67% | - |
| HSV(B) | 223.4º | 0.59% | 0.95% | - |
| XYZ | 30.37 | 27.53 | 86.93 | - |
| YUV | 138.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 241 | 0.59 | 0.42 | 0 | 0.05 | 223.4 | 0.83 | 0.67 |
| Hex | 64 | 8B | F1 | 3B | 2A | 0 | 5 | DF | 53 | 43 |
| Octal | 144 | 213 | 361 | 73 | 52 | 0 | 5 | 337 | 123 | 103 |
| Binary | 1100100 | 10001011 | 11110001 | 111011 | 101010 | 0 | 101 | 11011111 | 1010011 | 1000011 |
Color Harmonies of #648BF1
Complementary color
Monochromatic Colors of #648BF1
Black with #648BF1
Text Example
Text Example
White with #648BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BF1; }
p { color: rgb(100,139,241); }
H1.HeaderClassName
{
color: #648BF1;
}
.AnyTagClassName
{
color: #648BF1;
}
</style>
background-color css
<style>
a { background-color: #648BF1; }
a { background-color: rgb(100,139,241); }
div.DivClassName
{
background-color: #648BF1;
}
.BgClassName
{
background-color: #648BF1;
}
</style>
border-color css
<style>
span { border-color: #648BF1; }
span { border-color: rgb(100,139,241); }
td.TdClassName
{
border-color: #648BF1;
}
.TagClassName
{
border-color: #648BF1;
}
</style>