Shades of Cornflower Blue #628BEF
Tints of Cornflower Blue #628BEF
RGB
CMYK
RGB Variations
Color information
#628BEF (or 0x628BEF) is known color: Cornflower Blue. HEX triplet: 62, 8B and EF. RGB value is (98,139,239). Sum of RGB (Red+Green+Blue) = 98+139+239=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #628BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BEF is #9D7410. Grayscale: #898989. Windows color (decimal): -10318865 or 15698786. OLE color: 15698786.
HSL color Cylindrical-coordinate representation of color #628BEF: hue angle of 222.55º 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 #628BEF is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 139 | 239 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.06 |
| HSL | 222.55º | 0.82% | 0.66% | - |
| HSV(B) | 222.55º | 0.59% | 0.94% | - |
| XYZ | 29.85 | 27.29 | 85.36 | - |
| YUV | 138.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 239 | 0.59 | 0.42 | 0 | 0.06 | 222.55 | 0.82 | 0.66 |
| Hex | 62 | 8B | EF | 3B | 2A | 0 | 6 | DF | 52 | 42 |
| Octal | 142 | 213 | 357 | 73 | 52 | 0 | 6 | 337 | 122 | 102 |
| Binary | 1100010 | 10001011 | 11101111 | 111011 | 101010 | 0 | 110 | 11011111 | 1010010 | 1000010 |
Color Harmonies of #628BEF
Complementary color
Monochromatic Colors of #628BEF
Black with #628BEF
Text Example
Text Example
White with #628BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BEF; }
p { color: rgb(98,139,239); }
H1.HeaderClassName
{
color: #628BEF;
}
.AnyTagClassName
{
color: #628BEF;
}
</style>
background-color css
<style>
a { background-color: #628BEF; }
a { background-color: rgb(98,139,239); }
div.DivClassName
{
background-color: #628BEF;
}
.BgClassName
{
background-color: #628BEF;
}
</style>
border-color css
<style>
span { border-color: #628BEF; }
span { border-color: rgb(98,139,239); }
td.TdClassName
{
border-color: #628BEF;
}
.TagClassName
{
border-color: #628BEF;
}
</style>