Shades of Cornflower Blue #628BDB
Tints of Cornflower Blue #628BDB
RGB
CMYK
RGB Variations
Color information
#628BDB (or 0x628BDB) is known color: Cornflower Blue. HEX triplet: 62, 8B and DB. RGB value is (98,139,219). Sum of RGB (Red+Green+Blue) = 98+139+219=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #628BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BDB is #9D7424. Grayscale: #878787. Windows color (decimal): -10318885 or 14388066. OLE color: 14388066.
HSL color Cylindrical-coordinate representation of color #628BDB: hue angle of 219.67º 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 #628BDB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 139 | 219 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.14 |
| HSL | 219.67º | 0.63% | 0.62% | - |
| HSV(B) | 219.67º | 0.55% | 0.86% | - |
| XYZ | 27.06 | 26.18 | 70.64 | - |
| YUV | 135.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 219 | 0.55 | 0.37 | 0 | 0.14 | 219.67 | 0.63 | 0.62 |
| Hex | 62 | 8B | DB | 37 | 25 | 0 | E | DC | 3F | 3E |
| Octal | 142 | 213 | 333 | 67 | 45 | 0 | 16 | 334 | 77 | 76 |
| Binary | 1100010 | 10001011 | 11011011 | 110111 | 100101 | 0 | 1110 | 11011100 | 111111 | 111110 |
Color Harmonies of #628BDB
Complementary color
Monochromatic Colors of #628BDB
Black with #628BDB
Text Example
Text Example
White with #628BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BDB; }
p { color: rgb(98,139,219); }
H1.HeaderClassName
{
color: #628BDB;
}
.AnyTagClassName
{
color: #628BDB;
}
</style>
background-color css
<style>
a { background-color: #628BDB; }
a { background-color: rgb(98,139,219); }
div.DivClassName
{
background-color: #628BDB;
}
.BgClassName
{
background-color: #628BDB;
}
</style>
border-color css
<style>
span { border-color: #628BDB; }
span { border-color: rgb(98,139,219); }
td.TdClassName
{
border-color: #628BDB;
}
.TagClassName
{
border-color: #628BDB;
}
</style>