Shades of Cornflower Blue #628ADD
Tints of Cornflower Blue #628ADD
RGB
CMYK
RGB Variations
Color information
#628ADD (or 0x628ADD) is known color: Cornflower Blue. HEX triplet: 62, 8A and DD. RGB value is (98,138,221). Sum of RGB (Red+Green+Blue) = 98+138+221=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #628ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ADD is #9D7522. Grayscale: #878787. Windows color (decimal): -10319139 or 14518882. OLE color: 14518882.
HSL color Cylindrical-coordinate representation of color #628ADD: hue angle of 220.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #628ADD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 138 | 221 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.13 |
| HSL | 220.49º | 0.64% | 0.63% | - |
| HSV(B) | 220.49º | 0.56% | 0.87% | - |
| XYZ | 27.18 | 25.99 | 71.99 | - |
| YUV | 135.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 221 | 0.56 | 0.38 | 0 | 0.13 | 220.49 | 0.64 | 0.63 |
| Hex | 62 | 8A | DD | 38 | 26 | 0 | D | DC | 40 | 3F |
| Octal | 142 | 212 | 335 | 70 | 46 | 0 | 15 | 334 | 100 | 77 |
| Binary | 1100010 | 10001010 | 11011101 | 111000 | 100110 | 0 | 1101 | 11011100 | 1000000 | 111111 |
Color Harmonies of #628ADD
Complementary color
Monochromatic Colors of #628ADD
Black with #628ADD
Text Example
Text Example
White with #628ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ADD; }
p { color: rgb(98,138,221); }
H1.HeaderClassName
{
color: #628ADD;
}
.AnyTagClassName
{
color: #628ADD;
}
</style>
background-color css
<style>
a { background-color: #628ADD; }
a { background-color: rgb(98,138,221); }
div.DivClassName
{
background-color: #628ADD;
}
.BgClassName
{
background-color: #628ADD;
}
</style>
border-color css
<style>
span { border-color: #628ADD; }
span { border-color: rgb(98,138,221); }
td.TdClassName
{
border-color: #628ADD;
}
.TagClassName
{
border-color: #628ADD;
}
</style>