Shades of Cornflower Blue #628BDD
Tints of Cornflower Blue #628BDD
RGB
CMYK
RGB Variations
Color information
#628BDD (or 0x628BDD) is known color: Cornflower Blue. HEX triplet: 62, 8B and DD. RGB value is (98,139,221). Sum of RGB (Red+Green+Blue) = 98+139+221=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #628BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BDD is #9D7422. Grayscale: #878787. Windows color (decimal): -10318883 or 14519138. OLE color: 14519138.
HSL color Cylindrical-coordinate representation of color #628BDD: hue angle of 220º degrees, saturation: 0.64, 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 #628BDD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 139 | 221 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.13 |
| HSL | 220º | 0.64% | 0.63% | - |
| HSV(B) | 220º | 0.56% | 0.87% | - |
| XYZ | 27.32 | 26.28 | 72.04 | - |
| YUV | 136.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 221 | 0.56 | 0.37 | 0 | 0.13 | 220 | 0.64 | 0.63 |
| Hex | 62 | 8B | DD | 38 | 25 | 0 | D | DC | 40 | 3F |
| Octal | 142 | 213 | 335 | 70 | 45 | 0 | 15 | 334 | 100 | 77 |
| Binary | 1100010 | 10001011 | 11011101 | 111000 | 100101 | 0 | 1101 | 11011100 | 1000000 | 111111 |
Color Harmonies of #628BDD
Complementary color
Monochromatic Colors of #628BDD
Black with #628BDD
Text Example
Text Example
White with #628BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BDD; }
p { color: rgb(98,139,221); }
H1.HeaderClassName
{
color: #628BDD;
}
.AnyTagClassName
{
color: #628BDD;
}
</style>
background-color css
<style>
a { background-color: #628BDD; }
a { background-color: rgb(98,139,221); }
div.DivClassName
{
background-color: #628BDD;
}
.BgClassName
{
background-color: #628BDD;
}
</style>
border-color css
<style>
span { border-color: #628BDD; }
span { border-color: rgb(98,139,221); }
td.TdClassName
{
border-color: #628BDD;
}
.TagClassName
{
border-color: #628BDD;
}
</style>