Shades of Cornflower Blue #627EDF
Tints of Cornflower Blue #627EDF
RGB
CMYK
RGB Variations
Color information
#627EDF (or 0x627EDF) is known color: Cornflower Blue. HEX triplet: 62, 7E and DF. RGB value is (98,126,223). Sum of RGB (Red+Green+Blue) = 98+126+223=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #627EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627EDF is #9D8120. Grayscale: #808080. Windows color (decimal): -10322209 or 14646882. OLE color: 14646882.
HSL color Cylindrical-coordinate representation of color #627EDF: hue angle of 226.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #627EDF is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 126 | 223 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.13 |
| HSL | 226.56º | 0.66% | 0.63% | - |
| HSV(B) | 226.56º | 0.56% | 0.87% | - |
| XYZ | 25.82 | 22.85 | 72.86 | - |
| YUV | 128.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 223 | 0.56 | 0.43 | 0 | 0.13 | 226.56 | 0.66 | 0.63 |
| Hex | 62 | 7E | DF | 38 | 2B | 0 | D | E3 | 42 | 3F |
| Octal | 142 | 176 | 337 | 70 | 53 | 0 | 15 | 343 | 102 | 77 |
| Binary | 1100010 | 1111110 | 11011111 | 111000 | 101011 | 0 | 1101 | 11100011 | 1000010 | 111111 |
Color Harmonies of #627EDF
Complementary color
Monochromatic Colors of #627EDF
Black with #627EDF
Text Example
Text Example
White with #627EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627EDF; }
p { color: rgb(98,126,223); }
H1.HeaderClassName
{
color: #627EDF;
}
.AnyTagClassName
{
color: #627EDF;
}
</style>
background-color css
<style>
a { background-color: #627EDF; }
a { background-color: rgb(98,126,223); }
div.DivClassName
{
background-color: #627EDF;
}
.BgClassName
{
background-color: #627EDF;
}
</style>
border-color css
<style>
span { border-color: #627EDF; }
span { border-color: rgb(98,126,223); }
td.TdClassName
{
border-color: #627EDF;
}
.TagClassName
{
border-color: #627EDF;
}
</style>