Shades of Cornflower Blue #628AE5
Tints of Cornflower Blue #628AE5
RGB
CMYK
RGB Variations
Color information
#628AE5 (or 0x628AE5) is known color: Cornflower Blue. HEX triplet: 62, 8A and E5. RGB value is (98,138,229). Sum of RGB (Red+Green+Blue) = 98+138+229=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #628AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628AE5 is #9D751A. Grayscale: #888888. Windows color (decimal): -10319131 or 15043170. OLE color: 15043170.
HSL color Cylindrical-coordinate representation of color #628AE5: hue angle of 221.68º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #628AE5 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 138 | 229 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.10 |
| HSL | 221.68º | 0.72% | 0.64% | - |
| HSV(B) | 221.68º | 0.57% | 0.9% | - |
| XYZ | 28.27 | 26.43 | 77.74 | - |
| YUV | 136.41 | 180.25 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 229 | 0.57 | 0.40 | 0 | 0.10 | 221.68 | 0.72 | 0.64 |
| Hex | 62 | 8A | E5 | 39 | 28 | 0 | A | DE | 48 | 40 |
| Octal | 142 | 212 | 345 | 71 | 50 | 0 | 12 | 336 | 110 | 100 |
| Binary | 1100010 | 10001010 | 11100101 | 111001 | 101000 | 0 | 1010 | 11011110 | 1001000 | 1000000 |
Color Harmonies of #628AE5
Complementary color
Monochromatic Colors of #628AE5
Black with #628AE5
Text Example
Text Example
White with #628AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628AE5; }
p { color: rgb(98,138,229); }
H1.HeaderClassName
{
color: #628AE5;
}
.AnyTagClassName
{
color: #628AE5;
}
</style>
background-color css
<style>
a { background-color: #628AE5; }
a { background-color: rgb(98,138,229); }
div.DivClassName
{
background-color: #628AE5;
}
.BgClassName
{
background-color: #628AE5;
}
</style>
border-color css
<style>
span { border-color: #628AE5; }
span { border-color: rgb(98,138,229); }
td.TdClassName
{
border-color: #628AE5;
}
.TagClassName
{
border-color: #628AE5;
}
</style>