Shades of Cornflower Blue #648FDF
Tints of Cornflower Blue #648FDF
RGB
CMYK
RGB Variations
Color information
#648FDF (or 0x648FDF) is known color: Cornflower Blue. HEX triplet: 64, 8F and DF. RGB value is (100,143,223). Sum of RGB (Red+Green+Blue) = 100+143+223=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #648FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FDF is #9B7020. Grayscale: #8A8A8A. Windows color (decimal): -10186785 or 14651236. OLE color: 14651236.
HSL color Cylindrical-coordinate representation of color #648FDF: hue angle of 219.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648FDF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 143 | 223 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.13 |
| HSL | 219.02º | 0.66% | 0.63% | - |
| HSV(B) | 219.02º | 0.55% | 0.87% | - |
| XYZ | 28.4 | 27.68 | 73.66 | - |
| YUV | 139.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 223 | 0.55 | 0.36 | 0 | 0.13 | 219.02 | 0.66 | 0.63 |
| Hex | 64 | 8F | DF | 37 | 24 | 0 | D | DB | 42 | 3F |
| Octal | 144 | 217 | 337 | 67 | 44 | 0 | 15 | 333 | 102 | 77 |
| Binary | 1100100 | 10001111 | 11011111 | 110111 | 100100 | 0 | 1101 | 11011011 | 1000010 | 111111 |
Color Harmonies of #648FDF
Complementary color
Monochromatic Colors of #648FDF
Black with #648FDF
Text Example
Text Example
White with #648FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FDF; }
p { color: rgb(100,143,223); }
H1.HeaderClassName
{
color: #648FDF;
}
.AnyTagClassName
{
color: #648FDF;
}
</style>
background-color css
<style>
a { background-color: #648FDF; }
a { background-color: rgb(100,143,223); }
div.DivClassName
{
background-color: #648FDF;
}
.BgClassName
{
background-color: #648FDF;
}
</style>
border-color css
<style>
span { border-color: #648FDF; }
span { border-color: rgb(100,143,223); }
td.TdClassName
{
border-color: #648FDF;
}
.TagClassName
{
border-color: #648FDF;
}
</style>