Shades of Cornflower Blue #648CF0
Tints of Cornflower Blue #648CF0
RGB
CMYK
RGB Variations
Color information
#648CF0 (or 0x648CF0) is known color: Cornflower Blue. HEX triplet: 64, 8C and F0. RGB value is (100,140,240). Sum of RGB (Red+Green+Blue) = 100+140+240=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #648CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648CF0 is #9B730F. Grayscale: #8B8B8B. Windows color (decimal): -10187536 or 15764580. OLE color: 15764580.
HSL color Cylindrical-coordinate representation of color #648CF0: hue angle of 222.86º 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 #648CF0 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 140 | 240 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.06 |
| HSL | 222.86º | 0.82% | 0.67% | - |
| HSV(B) | 222.86º | 0.58% | 0.94% | - |
| XYZ | 30.36 | 27.76 | 86.2 | - |
| YUV | 139.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 240 | 0.58 | 0.42 | 0 | 0.06 | 222.86 | 0.82 | 0.67 |
| Hex | 64 | 8C | F0 | 3A | 2A | 0 | 6 | DF | 52 | 43 |
| Octal | 144 | 214 | 360 | 72 | 52 | 0 | 6 | 337 | 122 | 103 |
| Binary | 1100100 | 10001100 | 11110000 | 111010 | 101010 | 0 | 110 | 11011111 | 1010010 | 1000011 |
Color Harmonies of #648CF0
Complementary color
Monochromatic Colors of #648CF0
Black with #648CF0
Text Example
Text Example
White with #648CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648CF0; }
p { color: rgb(100,140,240); }
H1.HeaderClassName
{
color: #648CF0;
}
.AnyTagClassName
{
color: #648CF0;
}
</style>
background-color css
<style>
a { background-color: #648CF0; }
a { background-color: rgb(100,140,240); }
div.DivClassName
{
background-color: #648CF0;
}
.BgClassName
{
background-color: #648CF0;
}
</style>
border-color css
<style>
span { border-color: #648CF0; }
span { border-color: rgb(100,140,240); }
td.TdClassName
{
border-color: #648CF0;
}
.TagClassName
{
border-color: #648CF0;
}
</style>