Shades of Cornflower Blue #628EEC
Tints of Cornflower Blue #628EEC
RGB
CMYK
RGB Variations
Color information
#628EEC (or 0x628EEC) is known color: Cornflower Blue. HEX triplet: 62, 8E and EC. RGB value is (98,142,236). Sum of RGB (Red+Green+Blue) = 98+142+236=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #628EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628EEC is #9D7113. Grayscale: #8B8B8B. Windows color (decimal): -10318100 or 15502946. OLE color: 15502946.
HSL color Cylindrical-coordinate representation of color #628EEC: hue angle of 220.87º 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 #628EEC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 142 | 236 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.07 |
| HSL | 220.87º | 0.78% | 0.65% | - |
| HSV(B) | 220.87º | 0.58% | 0.93% | - |
| XYZ | 29.85 | 28 | 83.19 | - |
| YUV | 139.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 236 | 0.58 | 0.40 | 0 | 0.07 | 220.87 | 0.78 | 0.65 |
| Hex | 62 | 8E | EC | 3A | 28 | 0 | 7 | DD | 4E | 41 |
| Octal | 142 | 216 | 354 | 72 | 50 | 0 | 7 | 335 | 116 | 101 |
| Binary | 1100010 | 10001110 | 11101100 | 111010 | 101000 | 0 | 111 | 11011101 | 1001110 | 1000001 |
Color Harmonies of #628EEC
Complementary color
Monochromatic Colors of #628EEC
Black with #628EEC
Text Example
Text Example
White with #628EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EEC; }
p { color: rgb(98,142,236); }
H1.HeaderClassName
{
color: #628EEC;
}
.AnyTagClassName
{
color: #628EEC;
}
</style>
background-color css
<style>
a { background-color: #628EEC; }
a { background-color: rgb(98,142,236); }
div.DivClassName
{
background-color: #628EEC;
}
.BgClassName
{
background-color: #628EEC;
}
</style>
border-color css
<style>
span { border-color: #628EEC; }
span { border-color: rgb(98,142,236); }
td.TdClassName
{
border-color: #628EEC;
}
.TagClassName
{
border-color: #628EEC;
}
</style>