Shades of Cornflower Blue #629BED
Tints of Cornflower Blue #629BED
RGB
CMYK
RGB Variations
Color information
#629BED (or 0x629BED) is known color: Cornflower Blue. HEX triplet: 62, 9B and ED. RGB value is (98,155,237). Sum of RGB (Red+Green+Blue) = 98+155+237=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #629BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BED is #9D6412. Grayscale: #929292. Windows color (decimal): -10314771 or 15571810. OLE color: 15571810.
HSL color Cylindrical-coordinate representation of color #629BED: hue angle of 215.4º 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 #629BED is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 155 | 237 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.07 |
| HSL | 215.4º | 0.79% | 0.66% | - |
| HSV(B) | 215.4º | 0.59% | 0.93% | - |
| XYZ | 32.04 | 32.15 | 84.64 | - |
| YUV | 147.31 | 178.62 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 237 | 0.59 | 0.35 | 0 | 0.07 | 215.4 | 0.79 | 0.66 |
| Hex | 62 | 9B | ED | 3B | 23 | 0 | 7 | D7 | 4F | 42 |
| Octal | 142 | 233 | 355 | 73 | 43 | 0 | 7 | 327 | 117 | 102 |
| Binary | 1100010 | 10011011 | 11101101 | 111011 | 100011 | 0 | 111 | 11010111 | 1001111 | 1000010 |
Color Harmonies of #629BED
Complementary color
Monochromatic Colors of #629BED
Black with #629BED
Text Example
Text Example
White with #629BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BED; }
p { color: rgb(98,155,237); }
H1.HeaderClassName
{
color: #629BED;
}
.AnyTagClassName
{
color: #629BED;
}
</style>
background-color css
<style>
a { background-color: #629BED; }
a { background-color: rgb(98,155,237); }
div.DivClassName
{
background-color: #629BED;
}
.BgClassName
{
background-color: #629BED;
}
</style>
border-color css
<style>
span { border-color: #629BED; }
span { border-color: rgb(98,155,237); }
td.TdClassName
{
border-color: #629BED;
}
.TagClassName
{
border-color: #629BED;
}
</style>