Shades of Cornflower Blue #628BEA
Tints of Cornflower Blue #628BEA
RGB
CMYK
RGB Variations
Color information
#628BEA (or 0x628BEA) is known color: Cornflower Blue. HEX triplet: 62, 8B and EA. RGB value is (98,139,234). Sum of RGB (Red+Green+Blue) = 98+139+234=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #628BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BEA is #9D7415. Grayscale: #898989. Windows color (decimal): -10318870 or 15371106. OLE color: 15371106.
HSL color Cylindrical-coordinate representation of color #628BEA: hue angle of 221.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #628BEA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 139 | 234 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.08 |
| HSL | 221.91º | 0.76% | 0.65% | - |
| HSV(B) | 221.91º | 0.58% | 0.92% | - |
| XYZ | 29.12 | 27 | 81.52 | - |
| YUV | 137.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 234 | 0.58 | 0.41 | 0 | 0.08 | 221.91 | 0.76 | 0.65 |
| Hex | 62 | 8B | EA | 3A | 29 | 0 | 8 | DE | 4C | 41 |
| Octal | 142 | 213 | 352 | 72 | 51 | 0 | 10 | 336 | 114 | 101 |
| Binary | 1100010 | 10001011 | 11101010 | 111010 | 101001 | 0 | 1000 | 11011110 | 1001100 | 1000001 |
Color Harmonies of #628BEA
Complementary color
Monochromatic Colors of #628BEA
Black with #628BEA
Text Example
Text Example
White with #628BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BEA; }
p { color: rgb(98,139,234); }
H1.HeaderClassName
{
color: #628BEA;
}
.AnyTagClassName
{
color: #628BEA;
}
</style>
background-color css
<style>
a { background-color: #628BEA; }
a { background-color: rgb(98,139,234); }
div.DivClassName
{
background-color: #628BEA;
}
.BgClassName
{
background-color: #628BEA;
}
</style>
border-color css
<style>
span { border-color: #628BEA; }
span { border-color: rgb(98,139,234); }
td.TdClassName
{
border-color: #628BEA;
}
.TagClassName
{
border-color: #628BEA;
}
</style>