Shades of Cornflower Blue #628FF7
Tints of Cornflower Blue #628FF7
RGB
CMYK
RGB Variations
Color information
#628FF7 (or 0x628FF7) is known color: Cornflower Blue. HEX triplet: 62, 8F and F7. RGB value is (98,143,247). Sum of RGB (Red+Green+Blue) = 98+143+247=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #628FF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628FF7 is #9D7008. Grayscale: #8C8C8C. Windows color (decimal): -10317833 or 16224098. OLE color: 16224098.
HSL color Cylindrical-coordinate representation of color #628FF7: hue angle of 221.88º degrees, saturation: 0.9, 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 #628FF7 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 143 | 247 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.03 |
| HSL | 221.88º | 0.9% | 0.68% | - |
| HSV(B) | 221.88º | 0.6% | 0.97% | - |
| XYZ | 31.65 | 28.96 | 91.92 | - |
| YUV | 141.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 247 | 0.60 | 0.42 | 0 | 0.03 | 221.88 | 0.9 | 0.68 |
| Hex | 62 | 8F | F7 | 3C | 2A | 0 | 3 | DE | 5A | 44 |
| Octal | 142 | 217 | 367 | 74 | 52 | 0 | 3 | 336 | 132 | 104 |
| Binary | 1100010 | 10001111 | 11110111 | 111100 | 101010 | 0 | 11 | 11011110 | 1011010 | 1000100 |
Color Harmonies of #628FF7
Complementary color
Monochromatic Colors of #628FF7
Black with #628FF7
Text Example
Text Example
White with #628FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FF7; }
p { color: rgb(98,143,247); }
H1.HeaderClassName
{
color: #628FF7;
}
.AnyTagClassName
{
color: #628FF7;
}
</style>
background-color css
<style>
a { background-color: #628FF7; }
a { background-color: rgb(98,143,247); }
div.DivClassName
{
background-color: #628FF7;
}
.BgClassName
{
background-color: #628FF7;
}
</style>
border-color css
<style>
span { border-color: #628FF7; }
span { border-color: rgb(98,143,247); }
td.TdClassName
{
border-color: #628FF7;
}
.TagClassName
{
border-color: #628FF7;
}
</style>