Shades of Cornflower Blue #627FEC
Tints of Cornflower Blue #627FEC
RGB
CMYK
RGB Variations
Color information
#627FEC (or 0x627FEC) is known color: Cornflower Blue. HEX triplet: 62, 7F and EC. RGB value is (98,127,236). Sum of RGB (Red+Green+Blue) = 98+127+236=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #627FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627FEC is #9D8013. Grayscale: #828282. Windows color (decimal): -10321940 or 15499106. OLE color: 15499106.
HSL color Cylindrical-coordinate representation of color #627FEC: hue angle of 227.39º 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 #627FEC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 127 | 236 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.07 |
| HSL | 227.39º | 0.78% | 0.65% | - |
| HSV(B) | 227.39º | 0.58% | 0.93% | - |
| XYZ | 27.77 | 23.83 | 82.49 | - |
| YUV | 130.76 | 187.39 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 236 | 0.58 | 0.46 | 0 | 0.07 | 227.39 | 0.78 | 0.65 |
| Hex | 62 | 7F | EC | 3A | 2E | 0 | 7 | E3 | 4E | 41 |
| Octal | 142 | 177 | 354 | 72 | 56 | 0 | 7 | 343 | 116 | 101 |
| Binary | 1100010 | 1111111 | 11101100 | 111010 | 101110 | 0 | 111 | 11100011 | 1001110 | 1000001 |
Color Harmonies of #627FEC
Complementary color
Monochromatic Colors of #627FEC
Black with #627FEC
Text Example
Text Example
White with #627FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FEC; }
p { color: rgb(98,127,236); }
H1.HeaderClassName
{
color: #627FEC;
}
.AnyTagClassName
{
color: #627FEC;
}
</style>
background-color css
<style>
a { background-color: #627FEC; }
a { background-color: rgb(98,127,236); }
div.DivClassName
{
background-color: #627FEC;
}
.BgClassName
{
background-color: #627FEC;
}
</style>
border-color css
<style>
span { border-color: #627FEC; }
span { border-color: rgb(98,127,236); }
td.TdClassName
{
border-color: #627FEC;
}
.TagClassName
{
border-color: #627FEC;
}
</style>