Shades of Cornflower Blue #649DDF
Tints of Cornflower Blue #649DDF
RGB
CMYK
RGB Variations
Color information
#649DDF (or 0x649DDF) is known color: Cornflower Blue. HEX triplet: 64, 9D and DF. RGB value is (100,157,223). Sum of RGB (Red+Green+Blue) = 100+157+223=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #649DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DDF is #9B6220. Grayscale: #939393. Windows color (decimal): -10183201 or 14654820. OLE color: 14654820.
HSL color Cylindrical-coordinate representation of color #649DDF: hue angle of 212.2º 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 #649DDF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 157 | 223 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.13 |
| HSL | 212.2º | 0.66% | 0.63% | - |
| HSV(B) | 212.2º | 0.55% | 0.87% | - |
| XYZ | 30.63 | 32.15 | 74.4 | - |
| YUV | 147.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 223 | 0.55 | 0.30 | 0 | 0.13 | 212.2 | 0.66 | 0.63 |
| Hex | 64 | 9D | DF | 37 | 1E | 0 | D | D4 | 42 | 3F |
| Octal | 144 | 235 | 337 | 67 | 36 | 0 | 15 | 324 | 102 | 77 |
| Binary | 1100100 | 10011101 | 11011111 | 110111 | 11110 | 0 | 1101 | 11010100 | 1000010 | 111111 |
Color Harmonies of #649DDF
Complementary color
Monochromatic Colors of #649DDF
Black with #649DDF
Text Example
Text Example
White with #649DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DDF; }
p { color: rgb(100,157,223); }
H1.HeaderClassName
{
color: #649DDF;
}
.AnyTagClassName
{
color: #649DDF;
}
</style>
background-color css
<style>
a { background-color: #649DDF; }
a { background-color: rgb(100,157,223); }
div.DivClassName
{
background-color: #649DDF;
}
.BgClassName
{
background-color: #649DDF;
}
</style>
border-color css
<style>
span { border-color: #649DDF; }
span { border-color: rgb(100,157,223); }
td.TdClassName
{
border-color: #649DDF;
}
.TagClassName
{
border-color: #649DDF;
}
</style>