Shades of Cornflower Blue #648BDF
Tints of Cornflower Blue #648BDF
RGB
CMYK
RGB Variations
Color information
#648BDF (or 0x648BDF) is known color: Cornflower Blue. HEX triplet: 64, 8B and DF. RGB value is (100,139,223). Sum of RGB (Red+Green+Blue) = 100+139+223=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #648BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BDF is #9B7420. Grayscale: #888888. Windows color (decimal): -10187809 or 14650212. OLE color: 14650212.
HSL color Cylindrical-coordinate representation of color #648BDF: hue angle of 220.98º 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 #648BDF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 139 | 223 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.13 |
| HSL | 220.98º | 0.66% | 0.63% | - |
| HSV(B) | 220.98º | 0.55% | 0.87% | - |
| XYZ | 27.81 | 26.5 | 73.46 | - |
| YUV | 136.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 223 | 0.55 | 0.38 | 0 | 0.13 | 220.98 | 0.66 | 0.63 |
| Hex | 64 | 8B | DF | 37 | 26 | 0 | D | DD | 42 | 3F |
| Octal | 144 | 213 | 337 | 67 | 46 | 0 | 15 | 335 | 102 | 77 |
| Binary | 1100100 | 10001011 | 11011111 | 110111 | 100110 | 0 | 1101 | 11011101 | 1000010 | 111111 |
Color Harmonies of #648BDF
Complementary color
Monochromatic Colors of #648BDF
Black with #648BDF
Text Example
Text Example
White with #648BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BDF; }
p { color: rgb(100,139,223); }
H1.HeaderClassName
{
color: #648BDF;
}
.AnyTagClassName
{
color: #648BDF;
}
</style>
background-color css
<style>
a { background-color: #648BDF; }
a { background-color: rgb(100,139,223); }
div.DivClassName
{
background-color: #648BDF;
}
.BgClassName
{
background-color: #648BDF;
}
</style>
border-color css
<style>
span { border-color: #648BDF; }
span { border-color: rgb(100,139,223); }
td.TdClassName
{
border-color: #648BDF;
}
.TagClassName
{
border-color: #648BDF;
}
</style>