Shades of Cornflower Blue #628EDC
Tints of Cornflower Blue #628EDC
RGB
CMYK
RGB Variations
Color information
#628EDC (or 0x628EDC) is known color: Cornflower Blue. HEX triplet: 62, 8E and DC. RGB value is (98,142,220). Sum of RGB (Red+Green+Blue) = 98+142+220=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #628EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EDC is #9D7123. Grayscale: #898989. Windows color (decimal): -10318116 or 14454370. OLE color: 14454370.
HSL color Cylindrical-coordinate representation of color #628EDC: hue angle of 218.36º 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 #628EDC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 142 | 220 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.14 |
| HSL | 218.36º | 0.64% | 0.62% | - |
| HSV(B) | 218.36º | 0.55% | 0.86% | - |
| XYZ | 27.63 | 27.11 | 71.49 | - |
| YUV | 137.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 220 | 0.55 | 0.35 | 0 | 0.14 | 218.36 | 0.64 | 0.62 |
| Hex | 62 | 8E | DC | 37 | 23 | 0 | E | DA | 40 | 3E |
| Octal | 142 | 216 | 334 | 67 | 43 | 0 | 16 | 332 | 100 | 76 |
| Binary | 1100010 | 10001110 | 11011100 | 110111 | 100011 | 0 | 1110 | 11011010 | 1000000 | 111110 |
Color Harmonies of #628EDC
Complementary color
Monochromatic Colors of #628EDC
Black with #628EDC
Text Example
Text Example
White with #628EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EDC; }
p { color: rgb(98,142,220); }
H1.HeaderClassName
{
color: #628EDC;
}
.AnyTagClassName
{
color: #628EDC;
}
</style>
background-color css
<style>
a { background-color: #628EDC; }
a { background-color: rgb(98,142,220); }
div.DivClassName
{
background-color: #628EDC;
}
.BgClassName
{
background-color: #628EDC;
}
</style>
border-color css
<style>
span { border-color: #628EDC; }
span { border-color: rgb(98,142,220); }
td.TdClassName
{
border-color: #628EDC;
}
.TagClassName
{
border-color: #628EDC;
}
</style>