Shades of Cornflower Blue #628DEF
Tints of Cornflower Blue #628DEF
RGB
CMYK
RGB Variations
Color information
#628DEF (or 0x628DEF) is known color: Cornflower Blue. HEX triplet: 62, 8D and EF. RGB value is (98,141,239). Sum of RGB (Red+Green+Blue) = 98+141+239=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #628DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628DEF is #9D7210. Grayscale: #8A8A8A. Windows color (decimal): -10318353 or 15699298. OLE color: 15699298.
HSL color Cylindrical-coordinate representation of color #628DEF: hue angle of 221.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628DEF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 141 | 239 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.06 |
| HSL | 221.7º | 0.82% | 0.66% | - |
| HSV(B) | 221.7º | 0.59% | 0.94% | - |
| XYZ | 30.14 | 27.88 | 85.45 | - |
| YUV | 139.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 239 | 0.59 | 0.41 | 0 | 0.06 | 221.7 | 0.82 | 0.66 |
| Hex | 62 | 8D | EF | 3B | 29 | 0 | 6 | DE | 52 | 42 |
| Octal | 142 | 215 | 357 | 73 | 51 | 0 | 6 | 336 | 122 | 102 |
| Binary | 1100010 | 10001101 | 11101111 | 111011 | 101001 | 0 | 110 | 11011110 | 1010010 | 1000010 |
Color Harmonies of #628DEF
Complementary color
Monochromatic Colors of #628DEF
Black with #628DEF
Text Example
Text Example
White with #628DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DEF; }
p { color: rgb(98,141,239); }
H1.HeaderClassName
{
color: #628DEF;
}
.AnyTagClassName
{
color: #628DEF;
}
</style>
background-color css
<style>
a { background-color: #628DEF; }
a { background-color: rgb(98,141,239); }
div.DivClassName
{
background-color: #628DEF;
}
.BgClassName
{
background-color: #628DEF;
}
</style>
border-color css
<style>
span { border-color: #628DEF; }
span { border-color: rgb(98,141,239); }
td.TdClassName
{
border-color: #628DEF;
}
.TagClassName
{
border-color: #628DEF;
}
</style>