Shades of Cornflower Blue #628EDE
Tints of Cornflower Blue #628EDE
RGB
CMYK
RGB Variations
Color information
#628EDE (or 0x628EDE) is known color: Cornflower Blue. HEX triplet: 62, 8E and DE. RGB value is (98,142,222). Sum of RGB (Red+Green+Blue) = 98+142+222=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #628EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EDE is #9D7121. Grayscale: #898989. Windows color (decimal): -10318114 or 14585442. OLE color: 14585442.
HSL color Cylindrical-coordinate representation of color #628EDE: hue angle of 218.71º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #628EDE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 142 | 222 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.13 |
| HSL | 218.71º | 0.65% | 0.63% | - |
| HSV(B) | 218.71º | 0.56% | 0.87% | - |
| XYZ | 27.89 | 27.22 | 72.89 | - |
| YUV | 137.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 222 | 0.56 | 0.36 | 0 | 0.13 | 218.71 | 0.65 | 0.63 |
| Hex | 62 | 8E | DE | 38 | 24 | 0 | D | DB | 41 | 3F |
| Octal | 142 | 216 | 336 | 70 | 44 | 0 | 15 | 333 | 101 | 77 |
| Binary | 1100010 | 10001110 | 11011110 | 111000 | 100100 | 0 | 1101 | 11011011 | 1000001 | 111111 |
Color Harmonies of #628EDE
Complementary color
Monochromatic Colors of #628EDE
Black with #628EDE
Text Example
Text Example
White with #628EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EDE; }
p { color: rgb(98,142,222); }
H1.HeaderClassName
{
color: #628EDE;
}
.AnyTagClassName
{
color: #628EDE;
}
</style>
background-color css
<style>
a { background-color: #628EDE; }
a { background-color: rgb(98,142,222); }
div.DivClassName
{
background-color: #628EDE;
}
.BgClassName
{
background-color: #628EDE;
}
</style>
border-color css
<style>
span { border-color: #628EDE; }
span { border-color: rgb(98,142,222); }
td.TdClassName
{
border-color: #628EDE;
}
.TagClassName
{
border-color: #628EDE;
}
</style>