Shades of Cornflower Blue #628EF1
Tints of Cornflower Blue #628EF1
RGB
CMYK
RGB Variations
Color information
#628EF1 (or 0x628EF1) is known color: Cornflower Blue. HEX triplet: 62, 8E and F1. RGB value is (98,142,241). Sum of RGB (Red+Green+Blue) = 98+142+241=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #628EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628EF1 is #9D710E. Grayscale: #8B8B8B. Windows color (decimal): -10318095 or 15830626. OLE color: 15830626.
HSL color Cylindrical-coordinate representation of color #628EF1: hue angle of 221.54º 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 #628EF1 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 142 | 241 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.05 |
| HSL | 221.54º | 0.84% | 0.66% | - |
| HSV(B) | 221.54º | 0.59% | 0.95% | - |
| XYZ | 30.59 | 28.29 | 87.07 | - |
| YUV | 140.13 | 184.92 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 241 | 0.59 | 0.41 | 0 | 0.05 | 221.54 | 0.84 | 0.66 |
| Hex | 62 | 8E | F1 | 3B | 29 | 0 | 5 | DE | 54 | 42 |
| Octal | 142 | 216 | 361 | 73 | 51 | 0 | 5 | 336 | 124 | 102 |
| Binary | 1100010 | 10001110 | 11110001 | 111011 | 101001 | 0 | 101 | 11011110 | 1010100 | 1000010 |
Color Harmonies of #628EF1
Complementary color
Monochromatic Colors of #628EF1
Black with #628EF1
Text Example
Text Example
White with #628EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EF1; }
p { color: rgb(98,142,241); }
H1.HeaderClassName
{
color: #628EF1;
}
.AnyTagClassName
{
color: #628EF1;
}
</style>
background-color css
<style>
a { background-color: #628EF1; }
a { background-color: rgb(98,142,241); }
div.DivClassName
{
background-color: #628EF1;
}
.BgClassName
{
background-color: #628EF1;
}
</style>
border-color css
<style>
span { border-color: #628EF1; }
span { border-color: rgb(98,142,241); }
td.TdClassName
{
border-color: #628EF1;
}
.TagClassName
{
border-color: #628EF1;
}
</style>