Shades of Cornflower Blue #628DEC
Tints of Cornflower Blue #628DEC
RGB
CMYK
RGB Variations
Color information
#628DEC (or 0x628DEC) is known color: Cornflower Blue. HEX triplet: 62, 8D and EC. RGB value is (98,141,236). Sum of RGB (Red+Green+Blue) = 98+141+236=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #628DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628DEC is #9D7213. Grayscale: #8A8A8A. Windows color (decimal): -10318356 or 15502690. OLE color: 15502690.
HSL color Cylindrical-coordinate representation of color #628DEC: hue angle of 221.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #628DEC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 141 | 236 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.07 |
| HSL | 221.3º | 0.78% | 0.65% | - |
| HSV(B) | 221.3º | 0.58% | 0.93% | - |
| XYZ | 29.7 | 27.7 | 83.14 | - |
| YUV | 138.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 236 | 0.58 | 0.40 | 0 | 0.07 | 221.3 | 0.78 | 0.65 |
| Hex | 62 | 8D | EC | 3A | 28 | 0 | 7 | DD | 4E | 41 |
| Octal | 142 | 215 | 354 | 72 | 50 | 0 | 7 | 335 | 116 | 101 |
| Binary | 1100010 | 10001101 | 11101100 | 111010 | 101000 | 0 | 111 | 11011101 | 1001110 | 1000001 |
Color Harmonies of #628DEC
Complementary color
Monochromatic Colors of #628DEC
Black with #628DEC
Text Example
Text Example
White with #628DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DEC; }
p { color: rgb(98,141,236); }
H1.HeaderClassName
{
color: #628DEC;
}
.AnyTagClassName
{
color: #628DEC;
}
</style>
background-color css
<style>
a { background-color: #628DEC; }
a { background-color: rgb(98,141,236); }
div.DivClassName
{
background-color: #628DEC;
}
.BgClassName
{
background-color: #628DEC;
}
</style>
border-color css
<style>
span { border-color: #628DEC; }
span { border-color: rgb(98,141,236); }
td.TdClassName
{
border-color: #628DEC;
}
.TagClassName
{
border-color: #628DEC;
}
</style>