Shades of Cornflower Blue #628FED
Tints of Cornflower Blue #628FED
RGB
CMYK
RGB Variations
Color information
#628FED (or 0x628FED) is known color: Cornflower Blue. HEX triplet: 62, 8F and ED. RGB value is (98,143,237). Sum of RGB (Red+Green+Blue) = 98+143+237=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #628FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628FED is #9D7012. Grayscale: #8B8B8B. Windows color (decimal): -10317843 or 15568738. OLE color: 15568738.
HSL color Cylindrical-coordinate representation of color #628FED: hue angle of 220.58º 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 #628FED is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 143 | 237 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.07 |
| HSL | 220.58º | 0.79% | 0.66% | - |
| HSV(B) | 220.58º | 0.59% | 0.93% | - |
| XYZ | 30.15 | 28.36 | 84.01 | - |
| YUV | 140.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 237 | 0.59 | 0.40 | 0 | 0.07 | 220.58 | 0.79 | 0.66 |
| Hex | 62 | 8F | ED | 3B | 28 | 0 | 7 | DD | 4F | 42 |
| Octal | 142 | 217 | 355 | 73 | 50 | 0 | 7 | 335 | 117 | 102 |
| Binary | 1100010 | 10001111 | 11101101 | 111011 | 101000 | 0 | 111 | 11011101 | 1001111 | 1000010 |
Color Harmonies of #628FED
Complementary color
Monochromatic Colors of #628FED
Black with #628FED
Text Example
Text Example
White with #628FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FED; }
p { color: rgb(98,143,237); }
H1.HeaderClassName
{
color: #628FED;
}
.AnyTagClassName
{
color: #628FED;
}
</style>
background-color css
<style>
a { background-color: #628FED; }
a { background-color: rgb(98,143,237); }
div.DivClassName
{
background-color: #628FED;
}
.BgClassName
{
background-color: #628FED;
}
</style>
border-color css
<style>
span { border-color: #628FED; }
span { border-color: rgb(98,143,237); }
td.TdClassName
{
border-color: #628FED;
}
.TagClassName
{
border-color: #628FED;
}
</style>