Shades of Cornflower Blue #628CDD
Tints of Cornflower Blue #628CDD
RGB
CMYK
RGB Variations
Color information
#628CDD (or 0x628CDD) is known color: Cornflower Blue. HEX triplet: 62, 8C and DD. RGB value is (98,140,221). Sum of RGB (Red+Green+Blue) = 98+140+221=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #628CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CDD is #9D7322. Grayscale: #888888. Windows color (decimal): -10318627 or 14519394. OLE color: 14519394.
HSL color Cylindrical-coordinate representation of color #628CDD: hue angle of 219.51º 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 #628CDD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 140 | 221 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.13 |
| HSL | 219.51º | 0.64% | 0.63% | - |
| HSV(B) | 219.51º | 0.56% | 0.87% | - |
| XYZ | 27.47 | 26.57 | 72.09 | - |
| YUV | 136.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 221 | 0.56 | 0.37 | 0 | 0.13 | 219.51 | 0.64 | 0.63 |
| Hex | 62 | 8C | DD | 38 | 25 | 0 | D | DC | 40 | 3F |
| Octal | 142 | 214 | 335 | 70 | 45 | 0 | 15 | 334 | 100 | 77 |
| Binary | 1100010 | 10001100 | 11011101 | 111000 | 100101 | 0 | 1101 | 11011100 | 1000000 | 111111 |
Color Harmonies of #628CDD
Complementary color
Monochromatic Colors of #628CDD
Black with #628CDD
Text Example
Text Example
White with #628CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CDD; }
p { color: rgb(98,140,221); }
H1.HeaderClassName
{
color: #628CDD;
}
.AnyTagClassName
{
color: #628CDD;
}
</style>
background-color css
<style>
a { background-color: #628CDD; }
a { background-color: rgb(98,140,221); }
div.DivClassName
{
background-color: #628CDD;
}
.BgClassName
{
background-color: #628CDD;
}
</style>
border-color css
<style>
span { border-color: #628CDD; }
span { border-color: rgb(98,140,221); }
td.TdClassName
{
border-color: #628CDD;
}
.TagClassName
{
border-color: #628CDD;
}
</style>