Shades of Cornflower Blue #628BEB
Tints of Cornflower Blue #628BEB
RGB
CMYK
RGB Variations
Color information
#628BEB (or 0x628BEB) is known color: Cornflower Blue. HEX triplet: 62, 8B and EB. RGB value is (98,139,235). Sum of RGB (Red+Green+Blue) = 98+139+235=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #628BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BEB is #9D7414. Grayscale: #898989. Windows color (decimal): -10318869 or 15436642. OLE color: 15436642.
HSL color Cylindrical-coordinate representation of color #628BEB: hue angle of 222.04º degrees, saturation: 0.77, 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 #628BEB is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 139 | 235 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.08 |
| HSL | 222.04º | 0.77% | 0.65% | - |
| HSV(B) | 222.04º | 0.58% | 0.92% | - |
| XYZ | 29.27 | 27.06 | 82.28 | - |
| YUV | 137.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 235 | 0.58 | 0.41 | 0 | 0.08 | 222.04 | 0.77 | 0.65 |
| Hex | 62 | 8B | EB | 3A | 29 | 0 | 8 | DE | 4D | 41 |
| Octal | 142 | 213 | 353 | 72 | 51 | 0 | 10 | 336 | 115 | 101 |
| Binary | 1100010 | 10001011 | 11101011 | 111010 | 101001 | 0 | 1000 | 11011110 | 1001101 | 1000001 |
Color Harmonies of #628BEB
Complementary color
Monochromatic Colors of #628BEB
Black with #628BEB
Text Example
Text Example
White with #628BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BEB; }
p { color: rgb(98,139,235); }
H1.HeaderClassName
{
color: #628BEB;
}
.AnyTagClassName
{
color: #628BEB;
}
</style>
background-color css
<style>
a { background-color: #628BEB; }
a { background-color: rgb(98,139,235); }
div.DivClassName
{
background-color: #628BEB;
}
.BgClassName
{
background-color: #628BEB;
}
</style>
border-color css
<style>
span { border-color: #628BEB; }
span { border-color: rgb(98,139,235); }
td.TdClassName
{
border-color: #628BEB;
}
.TagClassName
{
border-color: #628BEB;
}
</style>