Shades of Cornflower Blue #619BEB
Tints of Cornflower Blue #619BEB
RGB
CMYK
RGB Variations
Color information
#619BEB (or 0x619BEB) is known color: Cornflower Blue. HEX triplet: 61, 9B and EB. RGB value is (97,155,235). Sum of RGB (Red+Green+Blue) = 97+155+235=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #619BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619BEB is #9E6414. Grayscale: #929292. Windows color (decimal): -10380309 or 15440737. OLE color: 15440737.
HSL color Cylindrical-coordinate representation of color #619BEB: hue angle of 214.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #619BEB is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 155 | 235 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.08 |
| HSL | 214.78º | 0.78% | 0.65% | - |
| HSV(B) | 214.78º | 0.59% | 0.92% | - |
| XYZ | 31.65 | 31.98 | 83.1 | - |
| YUV | 146.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 235 | 0.59 | 0.34 | 0 | 0.08 | 214.78 | 0.78 | 0.65 |
| Hex | 61 | 9B | EB | 3B | 22 | 0 | 8 | D7 | 4E | 41 |
| Octal | 141 | 233 | 353 | 73 | 42 | 0 | 10 | 327 | 116 | 101 |
| Binary | 1100001 | 10011011 | 11101011 | 111011 | 100010 | 0 | 1000 | 11010111 | 1001110 | 1000001 |
Color Harmonies of #619BEB
Complementary color
Monochromatic Colors of #619BEB
Black with #619BEB
Text Example
Text Example
White with #619BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BEB; }
p { color: rgb(97,155,235); }
H1.HeaderClassName
{
color: #619BEB;
}
.AnyTagClassName
{
color: #619BEB;
}
</style>
background-color css
<style>
a { background-color: #619BEB; }
a { background-color: rgb(97,155,235); }
div.DivClassName
{
background-color: #619BEB;
}
.BgClassName
{
background-color: #619BEB;
}
</style>
border-color css
<style>
span { border-color: #619BEB; }
span { border-color: rgb(97,155,235); }
td.TdClassName
{
border-color: #619BEB;
}
.TagClassName
{
border-color: #619BEB;
}
</style>