Shades of Cornflower Blue #628FDE
Tints of Cornflower Blue #628FDE
RGB
CMYK
RGB Variations
Color information
#628FDE (or 0x628FDE) is known color: Cornflower Blue. HEX triplet: 62, 8F and DE. RGB value is (98,143,222). Sum of RGB (Red+Green+Blue) = 98+143+222=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #628FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628FDE is #9D7021. Grayscale: #8A8A8A. Windows color (decimal): -10317858 or 14585698. OLE color: 14585698.
HSL color Cylindrical-coordinate representation of color #628FDE: hue angle of 218.23º degrees, saturation: 0.65, 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 #628FDE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 143 | 222 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.13 |
| HSL | 218.23º | 0.65% | 0.63% | - |
| HSV(B) | 218.23º | 0.56% | 0.87% | - |
| XYZ | 28.04 | 27.52 | 72.94 | - |
| YUV | 138.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 222 | 0.56 | 0.36 | 0 | 0.13 | 218.23 | 0.65 | 0.63 |
| Hex | 62 | 8F | DE | 38 | 24 | 0 | D | DA | 41 | 3F |
| Octal | 142 | 217 | 336 | 70 | 44 | 0 | 15 | 332 | 101 | 77 |
| Binary | 1100010 | 10001111 | 11011110 | 111000 | 100100 | 0 | 1101 | 11011010 | 1000001 | 111111 |
Color Harmonies of #628FDE
Complementary color
Monochromatic Colors of #628FDE
Black with #628FDE
Text Example
Text Example
White with #628FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FDE; }
p { color: rgb(98,143,222); }
H1.HeaderClassName
{
color: #628FDE;
}
.AnyTagClassName
{
color: #628FDE;
}
</style>
background-color css
<style>
a { background-color: #628FDE; }
a { background-color: rgb(98,143,222); }
div.DivClassName
{
background-color: #628FDE;
}
.BgClassName
{
background-color: #628FDE;
}
</style>
border-color css
<style>
span { border-color: #628FDE; }
span { border-color: rgb(98,143,222); }
td.TdClassName
{
border-color: #628FDE;
}
.TagClassName
{
border-color: #628FDE;
}
</style>