Shades of Cornflower Blue #628BE5
Tints of Cornflower Blue #628BE5
RGB
CMYK
RGB Variations
Color information
#628BE5 (or 0x628BE5) is known color: Cornflower Blue. HEX triplet: 62, 8B and E5. RGB value is (98,139,229). Sum of RGB (Red+Green+Blue) = 98+139+229=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #628BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BE5 is #9D741A. Grayscale: #888888. Windows color (decimal): -10318875 or 15043426. OLE color: 15043426.
HSL color Cylindrical-coordinate representation of color #628BE5: hue angle of 221.22º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #628BE5 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 139 | 229 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.10 |
| HSL | 221.22º | 0.72% | 0.64% | - |
| HSV(B) | 221.22º | 0.57% | 0.9% | - |
| XYZ | 28.41 | 26.72 | 77.79 | - |
| YUV | 137 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 229 | 0.57 | 0.39 | 0 | 0.10 | 221.22 | 0.72 | 0.64 |
| Hex | 62 | 8B | E5 | 39 | 27 | 0 | A | DD | 48 | 40 |
| Octal | 142 | 213 | 345 | 71 | 47 | 0 | 12 | 335 | 110 | 100 |
| Binary | 1100010 | 10001011 | 11100101 | 111001 | 100111 | 0 | 1010 | 11011101 | 1001000 | 1000000 |
Color Harmonies of #628BE5
Complementary color
Monochromatic Colors of #628BE5
Black with #628BE5
Text Example
Text Example
White with #628BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BE5; }
p { color: rgb(98,139,229); }
H1.HeaderClassName
{
color: #628BE5;
}
.AnyTagClassName
{
color: #628BE5;
}
</style>
background-color css
<style>
a { background-color: #628BE5; }
a { background-color: rgb(98,139,229); }
div.DivClassName
{
background-color: #628BE5;
}
.BgClassName
{
background-color: #628BE5;
}
</style>
border-color css
<style>
span { border-color: #628BE5; }
span { border-color: rgb(98,139,229); }
td.TdClassName
{
border-color: #628BE5;
}
.TagClassName
{
border-color: #628BE5;
}
</style>