Shades of Cornflower Blue #628CDC
Tints of Cornflower Blue #628CDC
RGB
CMYK
RGB Variations
Color information
#628CDC (or 0x628CDC) is known color: Cornflower Blue. HEX triplet: 62, 8C and DC. RGB value is (98,140,220). Sum of RGB (Red+Green+Blue) = 98+140+220=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #628CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CDC is #9D7323. Grayscale: #888888. Windows color (decimal): -10318628 or 14453858. OLE color: 14453858.
HSL color Cylindrical-coordinate representation of color #628CDC: hue angle of 219.34º degrees, saturation: 0.64, 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 #628CDC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 140 | 220 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.14 |
| HSL | 219.34º | 0.64% | 0.62% | - |
| HSV(B) | 219.34º | 0.55% | 0.86% | - |
| XYZ | 27.33 | 26.52 | 71.39 | - |
| YUV | 136.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 220 | 0.55 | 0.36 | 0 | 0.14 | 219.34 | 0.64 | 0.62 |
| Hex | 62 | 8C | DC | 37 | 24 | 0 | E | DB | 40 | 3E |
| Octal | 142 | 214 | 334 | 67 | 44 | 0 | 16 | 333 | 100 | 76 |
| Binary | 1100010 | 10001100 | 11011100 | 110111 | 100100 | 0 | 1110 | 11011011 | 1000000 | 111110 |
Color Harmonies of #628CDC
Complementary color
Monochromatic Colors of #628CDC
Black with #628CDC
Text Example
Text Example
White with #628CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CDC; }
p { color: rgb(98,140,220); }
H1.HeaderClassName
{
color: #628CDC;
}
.AnyTagClassName
{
color: #628CDC;
}
</style>
background-color css
<style>
a { background-color: #628CDC; }
a { background-color: rgb(98,140,220); }
div.DivClassName
{
background-color: #628CDC;
}
.BgClassName
{
background-color: #628CDC;
}
</style>
border-color css
<style>
span { border-color: #628CDC; }
span { border-color: rgb(98,140,220); }
td.TdClassName
{
border-color: #628CDC;
}
.TagClassName
{
border-color: #628CDC;
}
</style>