Shades of Cornflower Blue #648FDC
Tints of Cornflower Blue #648FDC
RGB
CMYK
RGB Variations
Color information
#648FDC (or 0x648FDC) is known color: Cornflower Blue. HEX triplet: 64, 8F and DC. RGB value is (100,143,220). Sum of RGB (Red+Green+Blue) = 100+143+220=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #648FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FDC is #9B7023. Grayscale: #8A8A8A. Windows color (decimal): -10186788 or 14454628. OLE color: 14454628.
HSL color Cylindrical-coordinate representation of color #648FDC: hue angle of 218.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648FDC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 143 | 220 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.14 |
| HSL | 218.5º | 0.63% | 0.63% | - |
| HSV(B) | 218.5º | 0.55% | 0.86% | - |
| XYZ | 28 | 27.52 | 71.55 | - |
| YUV | 138.92 | 173.75 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 220 | 0.55 | 0.35 | 0 | 0.14 | 218.5 | 0.63 | 0.63 |
| Hex | 64 | 8F | DC | 37 | 23 | 0 | E | DA | 3F | 3F |
| Octal | 144 | 217 | 334 | 67 | 43 | 0 | 16 | 332 | 77 | 77 |
| Binary | 1100100 | 10001111 | 11011100 | 110111 | 100011 | 0 | 1110 | 11011010 | 111111 | 111111 |
Color Harmonies of #648FDC
Complementary color
Monochromatic Colors of #648FDC
Black with #648FDC
Text Example
Text Example
White with #648FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FDC; }
p { color: rgb(100,143,220); }
H1.HeaderClassName
{
color: #648FDC;
}
.AnyTagClassName
{
color: #648FDC;
}
</style>
background-color css
<style>
a { background-color: #648FDC; }
a { background-color: rgb(100,143,220); }
div.DivClassName
{
background-color: #648FDC;
}
.BgClassName
{
background-color: #648FDC;
}
</style>
border-color css
<style>
span { border-color: #648FDC; }
span { border-color: rgb(100,143,220); }
td.TdClassName
{
border-color: #648FDC;
}
.TagClassName
{
border-color: #648FDC;
}
</style>