Shades of Cornflower Blue #618BFB
Tints of Cornflower Blue #618BFB
RGB
CMYK
RGB Variations
Color information
#618BFB (or 0x618BFB) is known color: Cornflower Blue. HEX triplet: 61, 8B and FB. RGB value is (97,139,251). Sum of RGB (Red+Green+Blue) = 97+139+251=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #618BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618BFB is #9E7404. Grayscale: #8A8A8A. Windows color (decimal): -10384389 or 16485217. OLE color: 16485217.
HSL color Cylindrical-coordinate representation of color #618BFB: hue angle of 223.64º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #618BFB is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 139 | 251 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.02 |
| HSL | 223.64º | 0.95% | 0.68% | - |
| HSV(B) | 223.64º | 0.61% | 0.98% | - |
| XYZ | 31.57 | 27.97 | 95 | - |
| YUV | 139.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 251 | 0.61 | 0.45 | 0 | 0.02 | 223.64 | 0.95 | 0.68 |
| Hex | 61 | 8B | FB | 3D | 2D | 0 | 2 | E0 | 5F | 44 |
| Octal | 141 | 213 | 373 | 75 | 55 | 0 | 2 | 340 | 137 | 104 |
| Binary | 1100001 | 10001011 | 11111011 | 111101 | 101101 | 0 | 10 | 11100000 | 1011111 | 1000100 |
Color Harmonies of #618BFB
Complementary color
Monochromatic Colors of #618BFB
Black with #618BFB
Text Example
Text Example
White with #618BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BFB; }
p { color: rgb(97,139,251); }
H1.HeaderClassName
{
color: #618BFB;
}
.AnyTagClassName
{
color: #618BFB;
}
</style>
background-color css
<style>
a { background-color: #618BFB; }
a { background-color: rgb(97,139,251); }
div.DivClassName
{
background-color: #618BFB;
}
.BgClassName
{
background-color: #618BFB;
}
</style>
border-color css
<style>
span { border-color: #618BFB; }
span { border-color: rgb(97,139,251); }
td.TdClassName
{
border-color: #618BFB;
}
.TagClassName
{
border-color: #618BFB;
}
</style>