Shades of Cornflower Blue #648CED
Tints of Cornflower Blue #648CED
RGB
CMYK
RGB Variations
Color information
#648CED (or 0x648CED) is known color: Cornflower Blue. HEX triplet: 64, 8C and ED. RGB value is (100,140,237). Sum of RGB (Red+Green+Blue) = 100+140+237=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #648CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648CED is #9B7312. Grayscale: #8A8A8A. Windows color (decimal): -10187539 or 15567972. OLE color: 15567972.
HSL color Cylindrical-coordinate representation of color #648CED: hue angle of 222.48º 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 #648CED is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 140 | 237 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.07 |
| HSL | 222.48º | 0.79% | 0.66% | - |
| HSV(B) | 222.48º | 0.58% | 0.93% | - |
| XYZ | 29.92 | 27.58 | 83.87 | - |
| YUV | 139.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 237 | 0.58 | 0.41 | 0 | 0.07 | 222.48 | 0.79 | 0.66 |
| Hex | 64 | 8C | ED | 3A | 29 | 0 | 7 | DE | 4F | 42 |
| Octal | 144 | 214 | 355 | 72 | 51 | 0 | 7 | 336 | 117 | 102 |
| Binary | 1100100 | 10001100 | 11101101 | 111010 | 101001 | 0 | 111 | 11011110 | 1001111 | 1000010 |
Color Harmonies of #648CED
Complementary color
Monochromatic Colors of #648CED
Black with #648CED
Text Example
Text Example
White with #648CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648CED; }
p { color: rgb(100,140,237); }
H1.HeaderClassName
{
color: #648CED;
}
.AnyTagClassName
{
color: #648CED;
}
</style>
background-color css
<style>
a { background-color: #648CED; }
a { background-color: rgb(100,140,237); }
div.DivClassName
{
background-color: #648CED;
}
.BgClassName
{
background-color: #648CED;
}
</style>
border-color css
<style>
span { border-color: #648CED; }
span { border-color: rgb(100,140,237); }
td.TdClassName
{
border-color: #648CED;
}
.TagClassName
{
border-color: #648CED;
}
</style>