Shades of Cornflower Blue #628BED
Tints of Cornflower Blue #628BED
RGB
CMYK
RGB Variations
Color information
#628BED (or 0x628BED) is known color: Cornflower Blue. HEX triplet: 62, 8B and ED. RGB value is (98,139,237). Sum of RGB (Red+Green+Blue) = 98+139+237=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #628BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628BED is #9D7412. Grayscale: #898989. Windows color (decimal): -10318867 or 15567714. OLE color: 15567714.
HSL color Cylindrical-coordinate representation of color #628BED: hue angle of 222.3º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628BED is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 139 | 237 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.07 |
| HSL | 222.3º | 0.79% | 0.66% | - |
| HSV(B) | 222.3º | 0.59% | 0.93% | - |
| XYZ | 29.56 | 27.18 | 83.81 | - |
| YUV | 137.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 237 | 0.59 | 0.41 | 0 | 0.07 | 222.3 | 0.79 | 0.66 |
| Hex | 62 | 8B | ED | 3B | 29 | 0 | 7 | DE | 4F | 42 |
| Octal | 142 | 213 | 355 | 73 | 51 | 0 | 7 | 336 | 117 | 102 |
| Binary | 1100010 | 10001011 | 11101101 | 111011 | 101001 | 0 | 111 | 11011110 | 1001111 | 1000010 |
Color Harmonies of #628BED
Complementary color
Monochromatic Colors of #628BED
Black with #628BED
Text Example
Text Example
White with #628BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BED; }
p { color: rgb(98,139,237); }
H1.HeaderClassName
{
color: #628BED;
}
.AnyTagClassName
{
color: #628BED;
}
</style>
background-color css
<style>
a { background-color: #628BED; }
a { background-color: rgb(98,139,237); }
div.DivClassName
{
background-color: #628BED;
}
.BgClassName
{
background-color: #628BED;
}
</style>
border-color css
<style>
span { border-color: #628BED; }
span { border-color: rgb(98,139,237); }
td.TdClassName
{
border-color: #628BED;
}
.TagClassName
{
border-color: #628BED;
}
</style>