Shades of Cornflower Blue #628BE8
Tints of Cornflower Blue #628BE8
RGB
CMYK
RGB Variations
Color information
#628BE8 (or 0x628BE8) is known color: Cornflower Blue. HEX triplet: 62, 8B and E8. RGB value is (98,139,232). Sum of RGB (Red+Green+Blue) = 98+139+232=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #628BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BE8 is #9D7417. Grayscale: #888888. Windows color (decimal): -10318872 or 15240034. OLE color: 15240034.
HSL color Cylindrical-coordinate representation of color #628BE8: hue angle of 221.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #628BE8 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 139 | 232 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.09 |
| HSL | 221.64º | 0.74% | 0.65% | - |
| HSV(B) | 221.64º | 0.58% | 0.91% | - |
| XYZ | 28.84 | 26.89 | 80.01 | - |
| YUV | 137.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 232 | 0.58 | 0.40 | 0 | 0.09 | 221.64 | 0.74 | 0.65 |
| Hex | 62 | 8B | E8 | 3A | 28 | 0 | 9 | DE | 4A | 41 |
| Octal | 142 | 213 | 350 | 72 | 50 | 0 | 11 | 336 | 112 | 101 |
| Binary | 1100010 | 10001011 | 11101000 | 111010 | 101000 | 0 | 1001 | 11011110 | 1001010 | 1000001 |
Color Harmonies of #628BE8
Complementary color
Monochromatic Colors of #628BE8
Black with #628BE8
Text Example
Text Example
White with #628BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BE8; }
p { color: rgb(98,139,232); }
H1.HeaderClassName
{
color: #628BE8;
}
.AnyTagClassName
{
color: #628BE8;
}
</style>
background-color css
<style>
a { background-color: #628BE8; }
a { background-color: rgb(98,139,232); }
div.DivClassName
{
background-color: #628BE8;
}
.BgClassName
{
background-color: #628BE8;
}
</style>
border-color css
<style>
span { border-color: #628BE8; }
span { border-color: rgb(98,139,232); }
td.TdClassName
{
border-color: #628BE8;
}
.TagClassName
{
border-color: #628BE8;
}
</style>