Shades of Cornflower Blue #628ADB
Tints of Cornflower Blue #628ADB
RGB
CMYK
RGB Variations
Color information
#628ADB (or 0x628ADB) is known color: Cornflower Blue. HEX triplet: 62, 8A and DB. RGB value is (98,138,219). Sum of RGB (Red+Green+Blue) = 98+138+219=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #628ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ADB is #9D7524. Grayscale: #868686. Windows color (decimal): -10319141 or 14387810. OLE color: 14387810.
HSL color Cylindrical-coordinate representation of color #628ADB: hue angle of 220.17º 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 #628ADB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 138 | 219 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.14 |
| HSL | 220.17º | 0.63% | 0.62% | - |
| HSV(B) | 220.17º | 0.55% | 0.86% | - |
| XYZ | 26.91 | 25.89 | 70.6 | - |
| YUV | 135.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 219 | 0.55 | 0.37 | 0 | 0.14 | 220.17 | 0.63 | 0.62 |
| Hex | 62 | 8A | DB | 37 | 25 | 0 | E | DC | 3F | 3E |
| Octal | 142 | 212 | 333 | 67 | 45 | 0 | 16 | 334 | 77 | 76 |
| Binary | 1100010 | 10001010 | 11011011 | 110111 | 100101 | 0 | 1110 | 11011100 | 111111 | 111110 |
Color Harmonies of #628ADB
Complementary color
Monochromatic Colors of #628ADB
Black with #628ADB
Text Example
Text Example
White with #628ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ADB; }
p { color: rgb(98,138,219); }
H1.HeaderClassName
{
color: #628ADB;
}
.AnyTagClassName
{
color: #628ADB;
}
</style>
background-color css
<style>
a { background-color: #628ADB; }
a { background-color: rgb(98,138,219); }
div.DivClassName
{
background-color: #628ADB;
}
.BgClassName
{
background-color: #628ADB;
}
</style>
border-color css
<style>
span { border-color: #628ADB; }
span { border-color: rgb(98,138,219); }
td.TdClassName
{
border-color: #628ADB;
}
.TagClassName
{
border-color: #628ADB;
}
</style>