Shades of Cornflower Blue #628EE5
Tints of Cornflower Blue #628EE5
RGB
CMYK
RGB Variations
Color information
#628EE5 (or 0x628EE5) is known color: Cornflower Blue. HEX triplet: 62, 8E and E5. RGB value is (98,142,229). Sum of RGB (Red+Green+Blue) = 98+142+229=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #628EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EE5 is #9D711A. Grayscale: #8A8A8A. Windows color (decimal): -10318107 or 15044194. OLE color: 15044194.
HSL color Cylindrical-coordinate representation of color #628EE5: hue angle of 219.85º 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 #628EE5 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 142 | 229 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.10 |
| HSL | 219.85º | 0.72% | 0.64% | - |
| HSV(B) | 219.85º | 0.57% | 0.9% | - |
| XYZ | 28.85 | 27.6 | 77.94 | - |
| YUV | 138.76 | 178.92 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 229 | 0.57 | 0.38 | 0 | 0.10 | 219.85 | 0.72 | 0.64 |
| Hex | 62 | 8E | E5 | 39 | 26 | 0 | A | DC | 48 | 40 |
| Octal | 142 | 216 | 345 | 71 | 46 | 0 | 12 | 334 | 110 | 100 |
| Binary | 1100010 | 10001110 | 11100101 | 111001 | 100110 | 0 | 1010 | 11011100 | 1001000 | 1000000 |
Color Harmonies of #628EE5
Complementary color
Monochromatic Colors of #628EE5
Black with #628EE5
Text Example
Text Example
White with #628EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EE5; }
p { color: rgb(98,142,229); }
H1.HeaderClassName
{
color: #628EE5;
}
.AnyTagClassName
{
color: #628EE5;
}
</style>
background-color css
<style>
a { background-color: #628EE5; }
a { background-color: rgb(98,142,229); }
div.DivClassName
{
background-color: #628EE5;
}
.BgClassName
{
background-color: #628EE5;
}
</style>
border-color css
<style>
span { border-color: #628EE5; }
span { border-color: rgb(98,142,229); }
td.TdClassName
{
border-color: #628EE5;
}
.TagClassName
{
border-color: #628EE5;
}
</style>