Shades of Cornflower Blue #627EE0
Tints of Cornflower Blue #627EE0
RGB
CMYK
RGB Variations
Color information
#627EE0 (or 0x627EE0) is known color: Cornflower Blue. HEX triplet: 62, 7E and E0. RGB value is (98,126,224). Sum of RGB (Red+Green+Blue) = 98+126+224=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #627EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627EE0 is #9D811F. Grayscale: #808080. Windows color (decimal): -10322208 or 14712418. OLE color: 14712418.
HSL color Cylindrical-coordinate representation of color #627EE0: hue angle of 226.67º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #627EE0 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 126 | 224 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.12 |
| HSL | 226.67º | 0.67% | 0.63% | - |
| HSV(B) | 226.67º | 0.56% | 0.88% | - |
| XYZ | 25.95 | 22.9 | 73.57 | - |
| YUV | 128.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 224 | 0.56 | 0.44 | 0 | 0.12 | 226.67 | 0.67 | 0.63 |
| Hex | 62 | 7E | E0 | 38 | 2C | 0 | C | E3 | 43 | 3F |
| Octal | 142 | 176 | 340 | 70 | 54 | 0 | 14 | 343 | 103 | 77 |
| Binary | 1100010 | 1111110 | 11100000 | 111000 | 101100 | 0 | 1100 | 11100011 | 1000011 | 111111 |
Color Harmonies of #627EE0
Complementary color
Monochromatic Colors of #627EE0
Black with #627EE0
Text Example
Text Example
White with #627EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627EE0; }
p { color: rgb(98,126,224); }
H1.HeaderClassName
{
color: #627EE0;
}
.AnyTagClassName
{
color: #627EE0;
}
</style>
background-color css
<style>
a { background-color: #627EE0; }
a { background-color: rgb(98,126,224); }
div.DivClassName
{
background-color: #627EE0;
}
.BgClassName
{
background-color: #627EE0;
}
</style>
border-color css
<style>
span { border-color: #627EE0; }
span { border-color: rgb(98,126,224); }
td.TdClassName
{
border-color: #627EE0;
}
.TagClassName
{
border-color: #627EE0;
}
</style>