Shades of Cornflower Blue #628CED
Tints of Cornflower Blue #628CED
RGB
CMYK
RGB Variations
Color information
#628CED (or 0x628CED) is known color: Cornflower Blue. HEX triplet: 62, 8C and ED. RGB value is (98,140,237). Sum of RGB (Red+Green+Blue) = 98+140+237=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #628CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628CED is #9D7312. Grayscale: #8A8A8A. Windows color (decimal): -10318611 or 15567970. OLE color: 15567970.
HSL color Cylindrical-coordinate representation of color #628CED: hue angle of 221.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628CED is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 140 | 237 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.07 |
| HSL | 221.87º | 0.79% | 0.66% | - |
| HSV(B) | 221.87º | 0.59% | 0.93% | - |
| XYZ | 29.7 | 27.47 | 83.86 | - |
| YUV | 138.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 237 | 0.59 | 0.41 | 0 | 0.07 | 221.87 | 0.79 | 0.66 |
| Hex | 62 | 8C | ED | 3B | 29 | 0 | 7 | DE | 4F | 42 |
| Octal | 142 | 214 | 355 | 73 | 51 | 0 | 7 | 336 | 117 | 102 |
| Binary | 1100010 | 10001100 | 11101101 | 111011 | 101001 | 0 | 111 | 11011110 | 1001111 | 1000010 |
Color Harmonies of #628CED
Complementary color
Monochromatic Colors of #628CED
Black with #628CED
Text Example
Text Example
White with #628CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CED; }
p { color: rgb(98,140,237); }
H1.HeaderClassName
{
color: #628CED;
}
.AnyTagClassName
{
color: #628CED;
}
</style>
background-color css
<style>
a { background-color: #628CED; }
a { background-color: rgb(98,140,237); }
div.DivClassName
{
background-color: #628CED;
}
.BgClassName
{
background-color: #628CED;
}
</style>
border-color css
<style>
span { border-color: #628CED; }
span { border-color: rgb(98,140,237); }
td.TdClassName
{
border-color: #628CED;
}
.TagClassName
{
border-color: #628CED;
}
</style>