Shades of Cornflower Blue #628FE1
Tints of Cornflower Blue #628FE1
RGB
CMYK
RGB Variations
Color information
#628FE1 (or 0x628FE1) is known color: Cornflower Blue. HEX triplet: 62, 8F and E1. RGB value is (98,143,225). Sum of RGB (Red+Green+Blue) = 98+143+225=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #628FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628FE1 is #9D701E. Grayscale: #8A8A8A. Windows color (decimal): -10317855 or 14782306. OLE color: 14782306.
HSL color Cylindrical-coordinate representation of color #628FE1: hue angle of 218.74º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #628FE1 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 143 | 225 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.12 |
| HSL | 218.74º | 0.68% | 0.63% | - |
| HSV(B) | 218.74º | 0.56% | 0.88% | - |
| XYZ | 28.45 | 27.68 | 75.08 | - |
| YUV | 138.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 225 | 0.56 | 0.36 | 0 | 0.12 | 218.74 | 0.68 | 0.63 |
| Hex | 62 | 8F | E1 | 38 | 24 | 0 | C | DB | 44 | 3F |
| Octal | 142 | 217 | 341 | 70 | 44 | 0 | 14 | 333 | 104 | 77 |
| Binary | 1100010 | 10001111 | 11100001 | 111000 | 100100 | 0 | 1100 | 11011011 | 1000100 | 111111 |
Color Harmonies of #628FE1
Complementary color
Monochromatic Colors of #628FE1
Black with #628FE1
Text Example
Text Example
White with #628FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FE1; }
p { color: rgb(98,143,225); }
H1.HeaderClassName
{
color: #628FE1;
}
.AnyTagClassName
{
color: #628FE1;
}
</style>
background-color css
<style>
a { background-color: #628FE1; }
a { background-color: rgb(98,143,225); }
div.DivClassName
{
background-color: #628FE1;
}
.BgClassName
{
background-color: #628FE1;
}
</style>
border-color css
<style>
span { border-color: #628FE1; }
span { border-color: rgb(98,143,225); }
td.TdClassName
{
border-color: #628FE1;
}
.TagClassName
{
border-color: #628FE1;
}
</style>