Shades of Cornflower Blue #628DF1
Tints of Cornflower Blue #628DF1
RGB
CMYK
RGB Variations
Color information
#628DF1 (or 0x628DF1) is known color: Cornflower Blue. HEX triplet: 62, 8D and F1. RGB value is (98,141,241). Sum of RGB (Red+Green+Blue) = 98+141+241=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #628DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628DF1 is #9D720E. Grayscale: #8B8B8B. Windows color (decimal): -10318351 or 15830370. OLE color: 15830370.
HSL color Cylindrical-coordinate representation of color #628DF1: hue angle of 221.96º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628DF1 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 141 | 241 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.05 |
| HSL | 221.96º | 0.84% | 0.66% | - |
| HSV(B) | 221.96º | 0.59% | 0.95% | - |
| XYZ | 30.44 | 28 | 87.02 | - |
| YUV | 139.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 241 | 0.59 | 0.41 | 0 | 0.05 | 221.96 | 0.84 | 0.66 |
| Hex | 62 | 8D | F1 | 3B | 29 | 0 | 5 | DE | 54 | 42 |
| Octal | 142 | 215 | 361 | 73 | 51 | 0 | 5 | 336 | 124 | 102 |
| Binary | 1100010 | 10001101 | 11110001 | 111011 | 101001 | 0 | 101 | 11011110 | 1010100 | 1000010 |
Color Harmonies of #628DF1
Complementary color
Monochromatic Colors of #628DF1
Black with #628DF1
Text Example
Text Example
White with #628DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DF1; }
p { color: rgb(98,141,241); }
H1.HeaderClassName
{
color: #628DF1;
}
.AnyTagClassName
{
color: #628DF1;
}
</style>
background-color css
<style>
a { background-color: #628DF1; }
a { background-color: rgb(98,141,241); }
div.DivClassName
{
background-color: #628DF1;
}
.BgClassName
{
background-color: #628DF1;
}
</style>
border-color css
<style>
span { border-color: #628DF1; }
span { border-color: rgb(98,141,241); }
td.TdClassName
{
border-color: #628DF1;
}
.TagClassName
{
border-color: #628DF1;
}
</style>