Shades of Cornflower Blue #628FE7
Tints of Cornflower Blue #628FE7
RGB
CMYK
RGB Variations
Color information
#628FE7 (or 0x628FE7) is known color: Cornflower Blue. HEX triplet: 62, 8F and E7. RGB value is (98,143,231). Sum of RGB (Red+Green+Blue) = 98+143+231=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #628FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628FE7 is #9D7018. Grayscale: #8B8B8B. Windows color (decimal): -10317849 or 15175522. OLE color: 15175522.
HSL color Cylindrical-coordinate representation of color #628FE7: hue angle of 219.7º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #628FE7 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 143 | 231 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.09 |
| HSL | 219.7º | 0.73% | 0.65% | - |
| HSV(B) | 219.7º | 0.58% | 0.91% | - |
| XYZ | 29.28 | 28.01 | 79.46 | - |
| YUV | 139.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 231 | 0.58 | 0.38 | 0 | 0.09 | 219.7 | 0.73 | 0.65 |
| Hex | 62 | 8F | E7 | 3A | 26 | 0 | 9 | DC | 49 | 41 |
| Octal | 142 | 217 | 347 | 72 | 46 | 0 | 11 | 334 | 111 | 101 |
| Binary | 1100010 | 10001111 | 11100111 | 111010 | 100110 | 0 | 1001 | 11011100 | 1001001 | 1000001 |
Color Harmonies of #628FE7
Complementary color
Monochromatic Colors of #628FE7
Black with #628FE7
Text Example
Text Example
White with #628FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FE7; }
p { color: rgb(98,143,231); }
H1.HeaderClassName
{
color: #628FE7;
}
.AnyTagClassName
{
color: #628FE7;
}
</style>
background-color css
<style>
a { background-color: #628FE7; }
a { background-color: rgb(98,143,231); }
div.DivClassName
{
background-color: #628FE7;
}
.BgClassName
{
background-color: #628FE7;
}
</style>
border-color css
<style>
span { border-color: #628FE7; }
span { border-color: rgb(98,143,231); }
td.TdClassName
{
border-color: #628FE7;
}
.TagClassName
{
border-color: #628FE7;
}
</style>