Shades of Cornflower Blue #627DEC
Tints of Cornflower Blue #627DEC
RGB
CMYK
RGB Variations
Color information
#627DEC (or 0x627DEC) is known color: Cornflower Blue. HEX triplet: 62, 7D and EC. RGB value is (98,125,236). Sum of RGB (Red+Green+Blue) = 98+125+236=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #627DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #627DEC is #9D8213. Grayscale: #818181. Windows color (decimal): -10322452 or 15498594. OLE color: 15498594.
HSL color Cylindrical-coordinate representation of color #627DEC: hue angle of 228.26º 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 #627DEC is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 125 | 236 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.07 |
| HSL | 228.26º | 0.78% | 0.65% | - |
| HSV(B) | 228.26º | 0.58% | 0.93% | - |
| XYZ | 27.51 | 23.32 | 82.41 | - |
| YUV | 129.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 236 | 0.58 | 0.47 | 0 | 0.07 | 228.26 | 0.78 | 0.65 |
| Hex | 62 | 7D | EC | 3A | 2F | 0 | 7 | E4 | 4E | 41 |
| Octal | 142 | 175 | 354 | 72 | 57 | 0 | 7 | 344 | 116 | 101 |
| Binary | 1100010 | 1111101 | 11101100 | 111010 | 101111 | 0 | 111 | 11100100 | 1001110 | 1000001 |
Color Harmonies of #627DEC
Complementary color
Monochromatic Colors of #627DEC
Black with #627DEC
Text Example
Text Example
White with #627DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DEC; }
p { color: rgb(98,125,236); }
H1.HeaderClassName
{
color: #627DEC;
}
.AnyTagClassName
{
color: #627DEC;
}
</style>
background-color css
<style>
a { background-color: #627DEC; }
a { background-color: rgb(98,125,236); }
div.DivClassName
{
background-color: #627DEC;
}
.BgClassName
{
background-color: #627DEC;
}
</style>
border-color css
<style>
span { border-color: #627DEC; }
span { border-color: rgb(98,125,236); }
td.TdClassName
{
border-color: #627DEC;
}
.TagClassName
{
border-color: #627DEC;
}
</style>