Shades of Cornflower Blue #628EFF
Tints of Cornflower Blue #628EFF
RGB
CMYK
RGB Variations
Color information
#628EFF (or 0x628EFF) is known color: Cornflower Blue. HEX triplet: 62, 8E and FF. RGB value is (98,142,255). Sum of RGB (Red+Green+Blue) = 98+142+255=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #628EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628EFF is #9D7100. Grayscale: #8D8D8D. Windows color (decimal): -10318081 or 16748130. OLE color: 16748130.
HSL color Cylindrical-coordinate representation of color #628EFF: hue angle of 223.18º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #628EFF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 142 | 255 | - |
| CMYK | 0.62 | 0.44 | 0 | 0 |
| HSL | 223.18º | 1% | 0.69% | - |
| HSV(B) | 223.18º | 0.62% | 1% | - |
| XYZ | 32.76 | 29.16 | 98.51 | - |
| YUV | 141.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 255 | 0.62 | 0.44 | 0 | 0 | 223.18 | 1 | 0.69 |
| Hex | 62 | 8E | FF | 3E | 2C | 0 | 0 | DF | 64 | 45 |
| Octal | 142 | 216 | 377 | 76 | 54 | 0 | 0 | 337 | 144 | 105 |
| Binary | 1100010 | 10001110 | 11111111 | 111110 | 101100 | 0 | 0 | 11011111 | 1100100 | 1000101 |
Color Harmonies of #628EFF
Complementary color
Monochromatic Colors of #628EFF
Black with #628EFF
Text Example
Text Example
White with #628EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EFF; }
p { color: rgb(98,142,255); }
H1.HeaderClassName
{
color: #628EFF;
}
.AnyTagClassName
{
color: #628EFF;
}
</style>
background-color css
<style>
a { background-color: #628EFF; }
a { background-color: rgb(98,142,255); }
div.DivClassName
{
background-color: #628EFF;
}
.BgClassName
{
background-color: #628EFF;
}
</style>
border-color css
<style>
span { border-color: #628EFF; }
span { border-color: rgb(98,142,255); }
td.TdClassName
{
border-color: #628EFF;
}
.TagClassName
{
border-color: #628EFF;
}
</style>