Shades of Cornflower Blue #648DEA
Tints of Cornflower Blue #648DEA
RGB
CMYK
RGB Variations
Color information
#648DEA (or 0x648DEA) is known color: Cornflower Blue. HEX triplet: 64, 8D and EA. RGB value is (100,141,234). Sum of RGB (Red+Green+Blue) = 100+141+234=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #648DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DEA is #9B7215. Grayscale: #8A8A8A. Windows color (decimal): -10187286 or 15371620. OLE color: 15371620.
HSL color Cylindrical-coordinate representation of color #648DEA: hue angle of 221.64º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648DEA is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 141 | 234 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.08 |
| HSL | 221.64º | 0.76% | 0.65% | - |
| HSV(B) | 221.64º | 0.57% | 0.92% | - |
| XYZ | 29.63 | 27.7 | 81.63 | - |
| YUV | 139.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 234 | 0.57 | 0.40 | 0 | 0.08 | 221.64 | 0.76 | 0.65 |
| Hex | 64 | 8D | EA | 39 | 28 | 0 | 8 | DE | 4C | 41 |
| Octal | 144 | 215 | 352 | 71 | 50 | 0 | 10 | 336 | 114 | 101 |
| Binary | 1100100 | 10001101 | 11101010 | 111001 | 101000 | 0 | 1000 | 11011110 | 1001100 | 1000001 |
Color Harmonies of #648DEA
Complementary color
Monochromatic Colors of #648DEA
Black with #648DEA
Text Example
Text Example
White with #648DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DEA; }
p { color: rgb(100,141,234); }
H1.HeaderClassName
{
color: #648DEA;
}
.AnyTagClassName
{
color: #648DEA;
}
</style>
background-color css
<style>
a { background-color: #648DEA; }
a { background-color: rgb(100,141,234); }
div.DivClassName
{
background-color: #648DEA;
}
.BgClassName
{
background-color: #648DEA;
}
</style>
border-color css
<style>
span { border-color: #648DEA; }
span { border-color: rgb(100,141,234); }
td.TdClassName
{
border-color: #648DEA;
}
.TagClassName
{
border-color: #648DEA;
}
</style>