Shades of Cornflower Blue #627EDA
Tints of Cornflower Blue #627EDA
RGB
CMYK
RGB Variations
Color information
#627EDA (or 0x627EDA) is known color: Cornflower Blue. HEX triplet: 62, 7E and DA. RGB value is (98,126,218). Sum of RGB (Red+Green+Blue) = 98+126+218=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #627EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627EDA is #9D8125. Grayscale: #7F7F7F. Windows color (decimal): -10322214 or 14319202. OLE color: 14319202.
HSL color Cylindrical-coordinate representation of color #627EDA: hue angle of 226º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #627EDA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 126 | 218 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.15 |
| HSL | 226º | 0.62% | 0.62% | - |
| HSV(B) | 226º | 0.55% | 0.85% | - |
| XYZ | 25.15 | 22.58 | 69.36 | - |
| YUV | 128.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 218 | 0.55 | 0.42 | 0 | 0.15 | 226 | 0.62 | 0.62 |
| Hex | 62 | 7E | DA | 37 | 2A | 0 | F | E2 | 3E | 3E |
| Octal | 142 | 176 | 332 | 67 | 52 | 0 | 17 | 342 | 76 | 76 |
| Binary | 1100010 | 1111110 | 11011010 | 110111 | 101010 | 0 | 1111 | 11100010 | 111110 | 111110 |
Color Harmonies of #627EDA
Complementary color
Monochromatic Colors of #627EDA
Black with #627EDA
Text Example
Text Example
White with #627EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627EDA; }
p { color: rgb(98,126,218); }
H1.HeaderClassName
{
color: #627EDA;
}
.AnyTagClassName
{
color: #627EDA;
}
</style>
background-color css
<style>
a { background-color: #627EDA; }
a { background-color: rgb(98,126,218); }
div.DivClassName
{
background-color: #627EDA;
}
.BgClassName
{
background-color: #627EDA;
}
</style>
border-color css
<style>
span { border-color: #627EDA; }
span { border-color: rgb(98,126,218); }
td.TdClassName
{
border-color: #627EDA;
}
.TagClassName
{
border-color: #627EDA;
}
</style>