Shades of Cornflower Blue #628ADA
Tints of Cornflower Blue #628ADA
RGB
CMYK
RGB Variations
Color information
#628ADA (or 0x628ADA) is known color: Cornflower Blue. HEX triplet: 62, 8A and DA. RGB value is (98,138,218). Sum of RGB (Red+Green+Blue) = 98+138+218=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #628ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ADA is #9D7525. Grayscale: #868686. Windows color (decimal): -10319142 or 14322274. OLE color: 14322274.
HSL color Cylindrical-coordinate representation of color #628ADA: hue angle of 220º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628ADA is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 138 | 218 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.15 |
| HSL | 220º | 0.62% | 0.62% | - |
| HSV(B) | 220º | 0.55% | 0.85% | - |
| XYZ | 26.78 | 25.84 | 69.9 | - |
| YUV | 135.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 218 | 0.55 | 0.37 | 0 | 0.15 | 220 | 0.62 | 0.62 |
| Hex | 62 | 8A | DA | 37 | 25 | 0 | F | DC | 3E | 3E |
| Octal | 142 | 212 | 332 | 67 | 45 | 0 | 17 | 334 | 76 | 76 |
| Binary | 1100010 | 10001010 | 11011010 | 110111 | 100101 | 0 | 1111 | 11011100 | 111110 | 111110 |
Color Harmonies of #628ADA
Complementary color
Monochromatic Colors of #628ADA
Black with #628ADA
Text Example
Text Example
White with #628ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ADA; }
p { color: rgb(98,138,218); }
H1.HeaderClassName
{
color: #628ADA;
}
.AnyTagClassName
{
color: #628ADA;
}
</style>
background-color css
<style>
a { background-color: #628ADA; }
a { background-color: rgb(98,138,218); }
div.DivClassName
{
background-color: #628ADA;
}
.BgClassName
{
background-color: #628ADA;
}
</style>
border-color css
<style>
span { border-color: #628ADA; }
span { border-color: rgb(98,138,218); }
td.TdClassName
{
border-color: #628ADA;
}
.TagClassName
{
border-color: #628ADA;
}
</style>