Shades of Cornflower Blue #628BDA
Tints of Cornflower Blue #628BDA
RGB
CMYK
RGB Variations
Color information
#628BDA (or 0x628BDA) is known color: Cornflower Blue. HEX triplet: 62, 8B and DA. RGB value is (98,139,218). Sum of RGB (Red+Green+Blue) = 98+139+218=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #628BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BDA is #9D7425. Grayscale: #878787. Windows color (decimal): -10318886 or 14322530. OLE color: 14322530.
HSL color Cylindrical-coordinate representation of color #628BDA: hue angle of 219.5º 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 #628BDA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 139 | 218 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.15 |
| HSL | 219.5º | 0.62% | 0.62% | - |
| HSV(B) | 219.5º | 0.55% | 0.85% | - |
| XYZ | 26.92 | 26.12 | 69.95 | - |
| YUV | 135.75 | 174.42 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 218 | 0.55 | 0.36 | 0 | 0.15 | 219.5 | 0.62 | 0.62 |
| Hex | 62 | 8B | DA | 37 | 24 | 0 | F | DC | 3E | 3E |
| Octal | 142 | 213 | 332 | 67 | 44 | 0 | 17 | 334 | 76 | 76 |
| Binary | 1100010 | 10001011 | 11011010 | 110111 | 100100 | 0 | 1111 | 11011100 | 111110 | 111110 |
Color Harmonies of #628BDA
Complementary color
Monochromatic Colors of #628BDA
Black with #628BDA
Text Example
Text Example
White with #628BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BDA; }
p { color: rgb(98,139,218); }
H1.HeaderClassName
{
color: #628BDA;
}
.AnyTagClassName
{
color: #628BDA;
}
</style>
background-color css
<style>
a { background-color: #628BDA; }
a { background-color: rgb(98,139,218); }
div.DivClassName
{
background-color: #628BDA;
}
.BgClassName
{
background-color: #628BDA;
}
</style>
border-color css
<style>
span { border-color: #628BDA; }
span { border-color: rgb(98,139,218); }
td.TdClassName
{
border-color: #628BDA;
}
.TagClassName
{
border-color: #628BDA;
}
</style>