Shades of Cornflower Blue #628DFE
Tints of Cornflower Blue #628DFE
RGB
CMYK
RGB Variations
Color information
#628DFE (or 0x628DFE) is known color: Cornflower Blue. HEX triplet: 62, 8D and FE. RGB value is (98,141,254). Sum of RGB (Red+Green+Blue) = 98+141+254=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #628DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628DFE is #9D7201. Grayscale: #8C8C8C. Windows color (decimal): -10318338 or 16682338. OLE color: 16682338.
HSL color Cylindrical-coordinate representation of color #628DFE: hue angle of 223.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #628DFE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 141 | 254 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.00 |
| HSL | 223.46º | 0.99% | 0.69% | - |
| HSV(B) | 223.46º | 0.61% | 1% | - |
| XYZ | 32.45 | 28.8 | 97.61 | - |
| YUV | 141.03 | 191.75 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 254 | 0.61 | 0.44 | 0 | 0.00 | 223.46 | 0.99 | 0.69 |
| Hex | 62 | 8D | FE | 3D | 2C | 0 | 0 | DF | 63 | 45 |
| Octal | 142 | 215 | 376 | 75 | 54 | 0 | 0 | 337 | 143 | 105 |
| Binary | 1100010 | 10001101 | 11111110 | 111101 | 101100 | 0 | 0 | 11011111 | 1100011 | 1000101 |
Color Harmonies of #628DFE
Complementary color
Monochromatic Colors of #628DFE
Black with #628DFE
Text Example
Text Example
White with #628DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DFE; }
p { color: rgb(98,141,254); }
H1.HeaderClassName
{
color: #628DFE;
}
.AnyTagClassName
{
color: #628DFE;
}
</style>
background-color css
<style>
a { background-color: #628DFE; }
a { background-color: rgb(98,141,254); }
div.DivClassName
{
background-color: #628DFE;
}
.BgClassName
{
background-color: #628DFE;
}
</style>
border-color css
<style>
span { border-color: #628DFE; }
span { border-color: rgb(98,141,254); }
td.TdClassName
{
border-color: #628DFE;
}
.TagClassName
{
border-color: #628DFE;
}
</style>