Shades of Cornflower Blue #628DDF
Tints of Cornflower Blue #628DDF
RGB
CMYK
RGB Variations
Color information
#628DDF (or 0x628DDF) is known color: Cornflower Blue. HEX triplet: 62, 8D and DF. RGB value is (98,141,223). Sum of RGB (Red+Green+Blue) = 98+141+223=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #628DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DDF is #9D7220. Grayscale: #898989. Windows color (decimal): -10318369 or 14650722. OLE color: 14650722.
HSL color Cylindrical-coordinate representation of color #628DDF: hue angle of 219.36º degrees, saturation: 0.66, 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 #628DDF is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 141 | 223 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.13 |
| HSL | 219.36º | 0.66% | 0.63% | - |
| HSV(B) | 219.36º | 0.56% | 0.87% | - |
| XYZ | 27.88 | 26.97 | 73.55 | - |
| YUV | 137.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 223 | 0.56 | 0.37 | 0 | 0.13 | 219.36 | 0.66 | 0.63 |
| Hex | 62 | 8D | DF | 38 | 25 | 0 | D | DB | 42 | 3F |
| Octal | 142 | 215 | 337 | 70 | 45 | 0 | 15 | 333 | 102 | 77 |
| Binary | 1100010 | 10001101 | 11011111 | 111000 | 100101 | 0 | 1101 | 11011011 | 1000010 | 111111 |
Color Harmonies of #628DDF
Complementary color
Monochromatic Colors of #628DDF
Black with #628DDF
Text Example
Text Example
White with #628DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DDF; }
p { color: rgb(98,141,223); }
H1.HeaderClassName
{
color: #628DDF;
}
.AnyTagClassName
{
color: #628DDF;
}
</style>
background-color css
<style>
a { background-color: #628DDF; }
a { background-color: rgb(98,141,223); }
div.DivClassName
{
background-color: #628DDF;
}
.BgClassName
{
background-color: #628DDF;
}
</style>
border-color css
<style>
span { border-color: #628DDF; }
span { border-color: rgb(98,141,223); }
td.TdClassName
{
border-color: #628DDF;
}
.TagClassName
{
border-color: #628DDF;
}
</style>