Shades of Cornflower Blue #648DED
Tints of Cornflower Blue #648DED
RGB
CMYK
RGB Variations
Color information
#648DED (or 0x648DED) is known color: Cornflower Blue. HEX triplet: 64, 8D and ED. RGB value is (100,141,237). Sum of RGB (Red+Green+Blue) = 100+141+237=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #648DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DED is #9B7212. Grayscale: #8B8B8B. Windows color (decimal): -10187283 or 15568228. OLE color: 15568228.
HSL color Cylindrical-coordinate representation of color #648DED: hue angle of 222.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648DED is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 141 | 237 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.07 |
| HSL | 222.04º | 0.79% | 0.66% | - |
| HSV(B) | 222.04º | 0.58% | 0.93% | - |
| XYZ | 30.07 | 27.87 | 83.92 | - |
| YUV | 139.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 237 | 0.58 | 0.41 | 0 | 0.07 | 222.04 | 0.79 | 0.66 |
| Hex | 64 | 8D | ED | 3A | 29 | 0 | 7 | DE | 4F | 42 |
| Octal | 144 | 215 | 355 | 72 | 51 | 0 | 7 | 336 | 117 | 102 |
| Binary | 1100100 | 10001101 | 11101101 | 111010 | 101001 | 0 | 111 | 11011110 | 1001111 | 1000010 |
Color Harmonies of #648DED
Complementary color
Monochromatic Colors of #648DED
Black with #648DED
Text Example
Text Example
White with #648DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DED; }
p { color: rgb(100,141,237); }
H1.HeaderClassName
{
color: #648DED;
}
.AnyTagClassName
{
color: #648DED;
}
</style>
background-color css
<style>
a { background-color: #648DED; }
a { background-color: rgb(100,141,237); }
div.DivClassName
{
background-color: #648DED;
}
.BgClassName
{
background-color: #648DED;
}
</style>
border-color css
<style>
span { border-color: #648DED; }
span { border-color: rgb(100,141,237); }
td.TdClassName
{
border-color: #648DED;
}
.TagClassName
{
border-color: #648DED;
}
</style>