Shades of Cornflower Blue #628DDB
Tints of Cornflower Blue #628DDB
RGB
CMYK
RGB Variations
Color information
#628DDB (or 0x628DDB) is known color: Cornflower Blue. HEX triplet: 62, 8D and DB. RGB value is (98,141,219). Sum of RGB (Red+Green+Blue) = 98+141+219=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #628DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DDB is #9D7224. Grayscale: #888888. Windows color (decimal): -10318373 or 14388578. OLE color: 14388578.
HSL color Cylindrical-coordinate representation of color #628DDB: hue angle of 218.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628DDB is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 141 | 219 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.14 |
| HSL | 218.68º | 0.63% | 0.62% | - |
| HSV(B) | 218.68º | 0.55% | 0.86% | - |
| XYZ | 27.35 | 26.76 | 70.74 | - |
| YUV | 137.04 | 174.25 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 219 | 0.55 | 0.36 | 0 | 0.14 | 218.68 | 0.63 | 0.62 |
| Hex | 62 | 8D | DB | 37 | 24 | 0 | E | DB | 3F | 3E |
| Octal | 142 | 215 | 333 | 67 | 44 | 0 | 16 | 333 | 77 | 76 |
| Binary | 1100010 | 10001101 | 11011011 | 110111 | 100100 | 0 | 1110 | 11011011 | 111111 | 111110 |
Color Harmonies of #628DDB
Complementary color
Monochromatic Colors of #628DDB
Black with #628DDB
Text Example
Text Example
White with #628DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DDB; }
p { color: rgb(98,141,219); }
H1.HeaderClassName
{
color: #628DDB;
}
.AnyTagClassName
{
color: #628DDB;
}
</style>
background-color css
<style>
a { background-color: #628DDB; }
a { background-color: rgb(98,141,219); }
div.DivClassName
{
background-color: #628DDB;
}
.BgClassName
{
background-color: #628DDB;
}
</style>
border-color css
<style>
span { border-color: #628DDB; }
span { border-color: rgb(98,141,219); }
td.TdClassName
{
border-color: #628DDB;
}
.TagClassName
{
border-color: #628DDB;
}
</style>