Shades of Cornflower Blue #629FEC
Tints of Cornflower Blue #629FEC
RGB
CMYK
RGB Variations
Color information
#629FEC (or 0x629FEC) is known color: Cornflower Blue. HEX triplet: 62, 9F and EC. RGB value is (98,159,236). Sum of RGB (Red+Green+Blue) = 98+159+236=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #629FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FEC is #9D6013. Grayscale: #959595. Windows color (decimal): -10313748 or 15507298. OLE color: 15507298.
HSL color Cylindrical-coordinate representation of color #629FEC: hue angle of 213.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #629FEC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 159 | 236 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.07 |
| HSL | 213.48º | 0.78% | 0.65% | - |
| HSV(B) | 213.48º | 0.58% | 0.93% | - |
| XYZ | 32.58 | 33.45 | 84.1 | - |
| YUV | 149.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 236 | 0.58 | 0.33 | 0 | 0.07 | 213.48 | 0.78 | 0.65 |
| Hex | 62 | 9F | EC | 3A | 21 | 0 | 7 | D5 | 4E | 41 |
| Octal | 142 | 237 | 354 | 72 | 41 | 0 | 7 | 325 | 116 | 101 |
| Binary | 1100010 | 10011111 | 11101100 | 111010 | 100001 | 0 | 111 | 11010101 | 1001110 | 1000001 |
Color Harmonies of #629FEC
Complementary color
Monochromatic Colors of #629FEC
Black with #629FEC
Text Example
Text Example
White with #629FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FEC; }
p { color: rgb(98,159,236); }
H1.HeaderClassName
{
color: #629FEC;
}
.AnyTagClassName
{
color: #629FEC;
}
</style>
background-color css
<style>
a { background-color: #629FEC; }
a { background-color: rgb(98,159,236); }
div.DivClassName
{
background-color: #629FEC;
}
.BgClassName
{
background-color: #629FEC;
}
</style>
border-color css
<style>
span { border-color: #629FEC; }
span { border-color: rgb(98,159,236); }
td.TdClassName
{
border-color: #629FEC;
}
.TagClassName
{
border-color: #629FEC;
}
</style>