Shades of Cornflower Blue #648BEF
Tints of Cornflower Blue #648BEF
RGB
CMYK
RGB Variations
Color information
#648BEF (or 0x648BEF) is known color: Cornflower Blue. HEX triplet: 64, 8B and EF. RGB value is (100,139,239). Sum of RGB (Red+Green+Blue) = 100+139+239=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #648BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BEF is #9B7410. Grayscale: #8A8A8A. Windows color (decimal): -10187793 or 15698788. OLE color: 15698788.
HSL color Cylindrical-coordinate representation of color #648BEF: hue angle of 223.17º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648BEF is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 139 | 239 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.06 |
| HSL | 223.17º | 0.81% | 0.66% | - |
| HSV(B) | 223.17º | 0.58% | 0.94% | - |
| XYZ | 30.07 | 27.41 | 85.37 | - |
| YUV | 138.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 239 | 0.58 | 0.42 | 0 | 0.06 | 223.17 | 0.81 | 0.66 |
| Hex | 64 | 8B | EF | 3A | 2A | 0 | 6 | DF | 51 | 42 |
| Octal | 144 | 213 | 357 | 72 | 52 | 0 | 6 | 337 | 121 | 102 |
| Binary | 1100100 | 10001011 | 11101111 | 111010 | 101010 | 0 | 110 | 11011111 | 1010001 | 1000010 |
Color Harmonies of #648BEF
Complementary color
Monochromatic Colors of #648BEF
Black with #648BEF
Text Example
Text Example
White with #648BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BEF; }
p { color: rgb(100,139,239); }
H1.HeaderClassName
{
color: #648BEF;
}
.AnyTagClassName
{
color: #648BEF;
}
</style>
background-color css
<style>
a { background-color: #648BEF; }
a { background-color: rgb(100,139,239); }
div.DivClassName
{
background-color: #648BEF;
}
.BgClassName
{
background-color: #648BEF;
}
</style>
border-color css
<style>
span { border-color: #648BEF; }
span { border-color: rgb(100,139,239); }
td.TdClassName
{
border-color: #648BEF;
}
.TagClassName
{
border-color: #648BEF;
}
</style>