Shades of Cornflower Blue #628ED8
Tints of Cornflower Blue #628ED8
RGB
CMYK
RGB Variations
Color information
#628ED8 (or 0x628ED8) is known color: Cornflower Blue. HEX triplet: 62, 8E and D8. RGB value is (98,142,216). Sum of RGB (Red+Green+Blue) = 98+142+216=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #628ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ED8 is #9D7127. Grayscale: #888888. Windows color (decimal): -10318120 or 14192226. OLE color: 14192226.
HSL color Cylindrical-coordinate representation of color #628ED8: hue angle of 217.63º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628ED8 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 142 | 216 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.15 |
| HSL | 217.63º | 0.6% | 0.62% | - |
| HSV(B) | 217.63º | 0.55% | 0.85% | - |
| XYZ | 27.1 | 26.9 | 68.73 | - |
| YUV | 137.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 216 | 0.55 | 0.34 | 0 | 0.15 | 217.63 | 0.6 | 0.62 |
| Hex | 62 | 8E | D8 | 37 | 22 | 0 | F | DA | 3C | 3E |
| Octal | 142 | 216 | 330 | 67 | 42 | 0 | 17 | 332 | 74 | 76 |
| Binary | 1100010 | 10001110 | 11011000 | 110111 | 100010 | 0 | 1111 | 11011010 | 111100 | 111110 |
Color Harmonies of #628ED8
Complementary color
Monochromatic Colors of #628ED8
Black with #628ED8
Text Example
Text Example
White with #628ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ED8; }
p { color: rgb(98,142,216); }
H1.HeaderClassName
{
color: #628ED8;
}
.AnyTagClassName
{
color: #628ED8;
}
</style>
background-color css
<style>
a { background-color: #628ED8; }
a { background-color: rgb(98,142,216); }
div.DivClassName
{
background-color: #628ED8;
}
.BgClassName
{
background-color: #628ED8;
}
</style>
border-color css
<style>
span { border-color: #628ED8; }
span { border-color: rgb(98,142,216); }
td.TdClassName
{
border-color: #628ED8;
}
.TagClassName
{
border-color: #628ED8;
}
</style>