Shades of Cornflower Blue #628CDA
Tints of Cornflower Blue #628CDA
RGB
CMYK
RGB Variations
Color information
#628CDA (or 0x628CDA) is known color: Cornflower Blue. HEX triplet: 62, 8C and DA. RGB value is (98,140,218). Sum of RGB (Red+Green+Blue) = 98+140+218=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #628CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CDA is #9D7325. Grayscale: #878787. Windows color (decimal): -10318630 or 14322786. OLE color: 14322786.
HSL color Cylindrical-coordinate representation of color #628CDA: hue angle of 219º 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 #628CDA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 140 | 218 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.15 |
| HSL | 219º | 0.62% | 0.62% | - |
| HSV(B) | 219º | 0.55% | 0.85% | - |
| XYZ | 27.07 | 26.41 | 70 | - |
| YUV | 136.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 218 | 0.55 | 0.36 | 0 | 0.15 | 219 | 0.62 | 0.62 |
| Hex | 62 | 8C | DA | 37 | 24 | 0 | F | DB | 3E | 3E |
| Octal | 142 | 214 | 332 | 67 | 44 | 0 | 17 | 333 | 76 | 76 |
| Binary | 1100010 | 10001100 | 11011010 | 110111 | 100100 | 0 | 1111 | 11011011 | 111110 | 111110 |
Color Harmonies of #628CDA
Complementary color
Monochromatic Colors of #628CDA
Black with #628CDA
Text Example
Text Example
White with #628CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CDA; }
p { color: rgb(98,140,218); }
H1.HeaderClassName
{
color: #628CDA;
}
.AnyTagClassName
{
color: #628CDA;
}
</style>
background-color css
<style>
a { background-color: #628CDA; }
a { background-color: rgb(98,140,218); }
div.DivClassName
{
background-color: #628CDA;
}
.BgClassName
{
background-color: #628CDA;
}
</style>
border-color css
<style>
span { border-color: #628CDA; }
span { border-color: rgb(98,140,218); }
td.TdClassName
{
border-color: #628CDA;
}
.TagClassName
{
border-color: #628CDA;
}
</style>