Shades of Cornflower Blue #628BEE
Tints of Cornflower Blue #628BEE
RGB
CMYK
RGB Variations
Color information
#628BEE (or 0x628BEE) is known color: Cornflower Blue. HEX triplet: 62, 8B and EE. RGB value is (98,139,238). Sum of RGB (Red+Green+Blue) = 98+139+238=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #628BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BEE is #9D7411. Grayscale: #898989. Windows color (decimal): -10318866 or 15633250. OLE color: 15633250.
HSL color Cylindrical-coordinate representation of color #628BEE: hue angle of 222.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628BEE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 139 | 238 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.07 |
| HSL | 222.43º | 0.8% | 0.66% | - |
| HSV(B) | 222.43º | 0.59% | 0.93% | - |
| XYZ | 29.7 | 27.23 | 84.58 | - |
| YUV | 138.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 238 | 0.59 | 0.42 | 0 | 0.07 | 222.43 | 0.8 | 0.66 |
| Hex | 62 | 8B | EE | 3B | 2A | 0 | 7 | DE | 50 | 42 |
| Octal | 142 | 213 | 356 | 73 | 52 | 0 | 7 | 336 | 120 | 102 |
| Binary | 1100010 | 10001011 | 11101110 | 111011 | 101010 | 0 | 111 | 11011110 | 1010000 | 1000010 |
Color Harmonies of #628BEE
Complementary color
Monochromatic Colors of #628BEE
Black with #628BEE
Text Example
Text Example
White with #628BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BEE; }
p { color: rgb(98,139,238); }
H1.HeaderClassName
{
color: #628BEE;
}
.AnyTagClassName
{
color: #628BEE;
}
</style>
background-color css
<style>
a { background-color: #628BEE; }
a { background-color: rgb(98,139,238); }
div.DivClassName
{
background-color: #628BEE;
}
.BgClassName
{
background-color: #628BEE;
}
</style>
border-color css
<style>
span { border-color: #628BEE; }
span { border-color: rgb(98,139,238); }
td.TdClassName
{
border-color: #628BEE;
}
.TagClassName
{
border-color: #628BEE;
}
</style>