Shades of Cornflower Blue #629ADD
Tints of Cornflower Blue #629ADD
RGB
CMYK
RGB Variations
Color information
#629ADD (or 0x629ADD) is known color: Cornflower Blue. HEX triplet: 62, 9A and DD. RGB value is (98,154,221). Sum of RGB (Red+Green+Blue) = 98+154+221=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #629ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ADD is #9D6522. Grayscale: #909090. Windows color (decimal): -10315043 or 14522978. OLE color: 14522978.
HSL color Cylindrical-coordinate representation of color #629ADD: hue angle of 212.68º 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 #629ADD is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 154 | 221 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.13 |
| HSL | 212.68º | 0.64% | 0.63% | - |
| HSV(B) | 212.68º | 0.56% | 0.87% | - |
| XYZ | 29.64 | 30.93 | 72.81 | - |
| YUV | 144.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 221 | 0.56 | 0.30 | 0 | 0.13 | 212.68 | 0.64 | 0.63 |
| Hex | 62 | 9A | DD | 38 | 1E | 0 | D | D5 | 40 | 3F |
| Octal | 142 | 232 | 335 | 70 | 36 | 0 | 15 | 325 | 100 | 77 |
| Binary | 1100010 | 10011010 | 11011101 | 111000 | 11110 | 0 | 1101 | 11010101 | 1000000 | 111111 |
Color Harmonies of #629ADD
Complementary color
Monochromatic Colors of #629ADD
Black with #629ADD
Text Example
Text Example
White with #629ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629ADD; }
p { color: rgb(98,154,221); }
H1.HeaderClassName
{
color: #629ADD;
}
.AnyTagClassName
{
color: #629ADD;
}
</style>
background-color css
<style>
a { background-color: #629ADD; }
a { background-color: rgb(98,154,221); }
div.DivClassName
{
background-color: #629ADD;
}
.BgClassName
{
background-color: #629ADD;
}
</style>
border-color css
<style>
span { border-color: #629ADD; }
span { border-color: rgb(98,154,221); }
td.TdClassName
{
border-color: #629ADD;
}
.TagClassName
{
border-color: #629ADD;
}
</style>