Shades of Cornflower Blue #628CEA
Tints of Cornflower Blue #628CEA
RGB
CMYK
RGB Variations
Color information
#628CEA (or 0x628CEA) is known color: Cornflower Blue. HEX triplet: 62, 8C and EA. RGB value is (98,140,234). Sum of RGB (Red+Green+Blue) = 98+140+234=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #628CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628CEA is #9D7315. Grayscale: #898989. Windows color (decimal): -10318614 or 15371362. OLE color: 15371362.
HSL color Cylindrical-coordinate representation of color #628CEA: hue angle of 221.47º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #628CEA is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 140 | 234 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.08 |
| HSL | 221.47º | 0.76% | 0.65% | - |
| HSV(B) | 221.47º | 0.58% | 0.92% | - |
| XYZ | 29.27 | 27.29 | 81.57 | - |
| YUV | 138.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 234 | 0.58 | 0.40 | 0 | 0.08 | 221.47 | 0.76 | 0.65 |
| Hex | 62 | 8C | EA | 3A | 28 | 0 | 8 | DD | 4C | 41 |
| Octal | 142 | 214 | 352 | 72 | 50 | 0 | 10 | 335 | 114 | 101 |
| Binary | 1100010 | 10001100 | 11101010 | 111010 | 101000 | 0 | 1000 | 11011101 | 1001100 | 1000001 |
Color Harmonies of #628CEA
Complementary color
Monochromatic Colors of #628CEA
Black with #628CEA
Text Example
Text Example
White with #628CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CEA; }
p { color: rgb(98,140,234); }
H1.HeaderClassName
{
color: #628CEA;
}
.AnyTagClassName
{
color: #628CEA;
}
</style>
background-color css
<style>
a { background-color: #628CEA; }
a { background-color: rgb(98,140,234); }
div.DivClassName
{
background-color: #628CEA;
}
.BgClassName
{
background-color: #628CEA;
}
</style>
border-color css
<style>
span { border-color: #628CEA; }
span { border-color: rgb(98,140,234); }
td.TdClassName
{
border-color: #628CEA;
}
.TagClassName
{
border-color: #628CEA;
}
</style>