Shades of Cornflower Blue #628CE4
Tints of Cornflower Blue #628CE4
RGB
CMYK
RGB Variations
Color information
#628CE4 (or 0x628CE4) is known color: Cornflower Blue. HEX triplet: 62, 8C and E4. RGB value is (98,140,228). Sum of RGB (Red+Green+Blue) = 98+140+228=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #628CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CE4 is #9D731B. Grayscale: #898989. Windows color (decimal): -10318620 or 14978146. OLE color: 14978146.
HSL color Cylindrical-coordinate representation of color #628CE4: hue angle of 220.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #628CE4 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 140 | 228 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.11 |
| HSL | 220.62º | 0.71% | 0.64% | - |
| HSV(B) | 220.62º | 0.57% | 0.89% | - |
| XYZ | 28.42 | 26.95 | 77.1 | - |
| YUV | 137.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 228 | 0.57 | 0.39 | 0 | 0.11 | 220.62 | 0.71 | 0.64 |
| Hex | 62 | 8C | E4 | 39 | 27 | 0 | B | DD | 47 | 40 |
| Octal | 142 | 214 | 344 | 71 | 47 | 0 | 13 | 335 | 107 | 100 |
| Binary | 1100010 | 10001100 | 11100100 | 111001 | 100111 | 0 | 1011 | 11011101 | 1000111 | 1000000 |
Color Harmonies of #628CE4
Complementary color
Monochromatic Colors of #628CE4
Black with #628CE4
Text Example
Text Example
White with #628CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CE4; }
p { color: rgb(98,140,228); }
H1.HeaderClassName
{
color: #628CE4;
}
.AnyTagClassName
{
color: #628CE4;
}
</style>
background-color css
<style>
a { background-color: #628CE4; }
a { background-color: rgb(98,140,228); }
div.DivClassName
{
background-color: #628CE4;
}
.BgClassName
{
background-color: #628CE4;
}
</style>
border-color css
<style>
span { border-color: #628CE4; }
span { border-color: rgb(98,140,228); }
td.TdClassName
{
border-color: #628CE4;
}
.TagClassName
{
border-color: #628CE4;
}
</style>