Shades of Cornflower Blue #648BFA
Tints of Cornflower Blue #648BFA
RGB
CMYK
RGB Variations
Color information
#648BFA (or 0x648BFA) is known color: Cornflower Blue. HEX triplet: 64, 8B and FA. RGB value is (100,139,250). Sum of RGB (Red+Green+Blue) = 100+139+250=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #648BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BFA is #9B7405. Grayscale: #8B8B8B. Windows color (decimal): -10187782 or 16419684. OLE color: 16419684.
HSL color Cylindrical-coordinate representation of color #648BFA: hue angle of 224.4º 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 #648BFA is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 139 | 250 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.02 |
| HSL | 224.4º | 0.94% | 0.69% | - |
| HSV(B) | 224.4º | 0.6% | 0.98% | - |
| XYZ | 31.74 | 28.08 | 94.19 | - |
| YUV | 139.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 250 | 0.6 | 0.44 | 0 | 0.02 | 224.4 | 0.94 | 0.69 |
| Hex | 64 | 8B | FA | 3C | 2C | 0 | 2 | E0 | 5E | 45 |
| Octal | 144 | 213 | 372 | 74 | 54 | 0 | 2 | 340 | 136 | 105 |
| Binary | 1100100 | 10001011 | 11111010 | 111100 | 101100 | 0 | 10 | 11100000 | 1011110 | 1000101 |
Color Harmonies of #648BFA
Complementary color
Monochromatic Colors of #648BFA
Black with #648BFA
Text Example
Text Example
White with #648BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BFA; }
p { color: rgb(100,139,250); }
H1.HeaderClassName
{
color: #648BFA;
}
.AnyTagClassName
{
color: #648BFA;
}
</style>
background-color css
<style>
a { background-color: #648BFA; }
a { background-color: rgb(100,139,250); }
div.DivClassName
{
background-color: #648BFA;
}
.BgClassName
{
background-color: #648BFA;
}
</style>
border-color css
<style>
span { border-color: #648BFA; }
span { border-color: rgb(100,139,250); }
td.TdClassName
{
border-color: #648BFA;
}
.TagClassName
{
border-color: #648BFA;
}
</style>