Shades of Cornflower Blue #628DF8
Tints of Cornflower Blue #628DF8
RGB
CMYK
RGB Variations
Color information
#628DF8 (or 0x628DF8) is known color: Cornflower Blue. HEX triplet: 62, 8D and F8. RGB value is (98,141,248). Sum of RGB (Red+Green+Blue) = 98+141+248=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #628DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628DF8 is #9D7207. Grayscale: #8B8B8B. Windows color (decimal): -10318344 or 16289122. OLE color: 16289122.
HSL color Cylindrical-coordinate representation of color #628DF8: hue angle of 222.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #628DF8 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 141 | 248 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.03 |
| HSL | 222.8º | 0.91% | 0.68% | - |
| HSV(B) | 222.8º | 0.6% | 0.97% | - |
| XYZ | 31.51 | 28.42 | 92.63 | - |
| YUV | 140.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 248 | 0.60 | 0.43 | 0 | 0.03 | 222.8 | 0.91 | 0.68 |
| Hex | 62 | 8D | F8 | 3C | 2B | 0 | 3 | DF | 5B | 44 |
| Octal | 142 | 215 | 370 | 74 | 53 | 0 | 3 | 337 | 133 | 104 |
| Binary | 1100010 | 10001101 | 11111000 | 111100 | 101011 | 0 | 11 | 11011111 | 1011011 | 1000100 |
Color Harmonies of #628DF8
Complementary color
Monochromatic Colors of #628DF8
Black with #628DF8
Text Example
Text Example
White with #628DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DF8; }
p { color: rgb(98,141,248); }
H1.HeaderClassName
{
color: #628DF8;
}
.AnyTagClassName
{
color: #628DF8;
}
</style>
background-color css
<style>
a { background-color: #628DF8; }
a { background-color: rgb(98,141,248); }
div.DivClassName
{
background-color: #628DF8;
}
.BgClassName
{
background-color: #628DF8;
}
</style>
border-color css
<style>
span { border-color: #628DF8; }
span { border-color: rgb(98,141,248); }
td.TdClassName
{
border-color: #628DF8;
}
.TagClassName
{
border-color: #628DF8;
}
</style>