Shades of Cornflower Blue #628FDD
Tints of Cornflower Blue #628FDD
RGB
CMYK
RGB Variations
Color information
#628FDD (or 0x628FDD) is known color: Cornflower Blue. HEX triplet: 62, 8F and DD. RGB value is (98,143,221). Sum of RGB (Red+Green+Blue) = 98+143+221=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #628FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628FDD is #9D7022. Grayscale: #8A8A8A. Windows color (decimal): -10317859 or 14520162. OLE color: 14520162.
HSL color Cylindrical-coordinate representation of color #628FDD: hue angle of 218.05º 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 #628FDD is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 143 | 221 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.13 |
| HSL | 218.05º | 0.64% | 0.63% | - |
| HSV(B) | 218.05º | 0.56% | 0.87% | - |
| XYZ | 27.91 | 27.46 | 72.24 | - |
| YUV | 138.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 221 | 0.56 | 0.35 | 0 | 0.13 | 218.05 | 0.64 | 0.63 |
| Hex | 62 | 8F | DD | 38 | 23 | 0 | D | DA | 40 | 3F |
| Octal | 142 | 217 | 335 | 70 | 43 | 0 | 15 | 332 | 100 | 77 |
| Binary | 1100010 | 10001111 | 11011101 | 111000 | 100011 | 0 | 1101 | 11011010 | 1000000 | 111111 |
Color Harmonies of #628FDD
Complementary color
Monochromatic Colors of #628FDD
Black with #628FDD
Text Example
Text Example
White with #628FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FDD; }
p { color: rgb(98,143,221); }
H1.HeaderClassName
{
color: #628FDD;
}
.AnyTagClassName
{
color: #628FDD;
}
</style>
background-color css
<style>
a { background-color: #628FDD; }
a { background-color: rgb(98,143,221); }
div.DivClassName
{
background-color: #628FDD;
}
.BgClassName
{
background-color: #628FDD;
}
</style>
border-color css
<style>
span { border-color: #628FDD; }
span { border-color: rgb(98,143,221); }
td.TdClassName
{
border-color: #628FDD;
}
.TagClassName
{
border-color: #628FDD;
}
</style>