Shades of Cornflower Blue #628EE8
Tints of Cornflower Blue #628EE8
RGB
CMYK
RGB Variations
Color information
#628EE8 (or 0x628EE8) is known color: Cornflower Blue. HEX triplet: 62, 8E and E8. RGB value is (98,142,232). Sum of RGB (Red+Green+Blue) = 98+142+232=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #628EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628EE8 is #9D7117. Grayscale: #8A8A8A. Windows color (decimal): -10318104 or 15240802. OLE color: 15240802.
HSL color Cylindrical-coordinate representation of color #628EE8: hue angle of 220.3º 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 #628EE8 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 142 | 232 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.09 |
| HSL | 220.3º | 0.74% | 0.65% | - |
| HSV(B) | 220.3º | 0.58% | 0.91% | - |
| XYZ | 29.28 | 27.77 | 80.16 | - |
| YUV | 139.1 | 180.42 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 232 | 0.58 | 0.39 | 0 | 0.09 | 220.3 | 0.74 | 0.65 |
| Hex | 62 | 8E | E8 | 3A | 27 | 0 | 9 | DC | 4A | 41 |
| Octal | 142 | 216 | 350 | 72 | 47 | 0 | 11 | 334 | 112 | 101 |
| Binary | 1100010 | 10001110 | 11101000 | 111010 | 100111 | 0 | 1001 | 11011100 | 1001010 | 1000001 |
Color Harmonies of #628EE8
Complementary color
Monochromatic Colors of #628EE8
Black with #628EE8
Text Example
Text Example
White with #628EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EE8; }
p { color: rgb(98,142,232); }
H1.HeaderClassName
{
color: #628EE8;
}
.AnyTagClassName
{
color: #628EE8;
}
</style>
background-color css
<style>
a { background-color: #628EE8; }
a { background-color: rgb(98,142,232); }
div.DivClassName
{
background-color: #628EE8;
}
.BgClassName
{
background-color: #628EE8;
}
</style>
border-color css
<style>
span { border-color: #628EE8; }
span { border-color: rgb(98,142,232); }
td.TdClassName
{
border-color: #628EE8;
}
.TagClassName
{
border-color: #628EE8;
}
</style>