Shades of Cornflower Blue #618BFE
Tints of Cornflower Blue #618BFE
RGB
CMYK
RGB Variations
Color information
#618BFE (or 0x618BFE) is known color: Cornflower Blue. HEX triplet: 61, 8B and FE. RGB value is (97,139,254). Sum of RGB (Red+Green+Blue) = 97+139+254=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #618BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618BFE is #9E7401. Grayscale: #8B8B8B. Windows color (decimal): -10384386 or 16681825. OLE color: 16681825.
HSL color Cylindrical-coordinate representation of color #618BFE: hue angle of 223.95º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #618BFE is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 139 | 254 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.00 |
| HSL | 223.95º | 0.99% | 0.69% | - |
| HSV(B) | 223.95º | 0.62% | 1% | - |
| XYZ | 32.05 | 28.16 | 97.51 | - |
| YUV | 139.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 254 | 0.62 | 0.45 | 0 | 0.00 | 223.95 | 0.99 | 0.69 |
| Hex | 61 | 8B | FE | 3E | 2D | 0 | 0 | E0 | 63 | 45 |
| Octal | 141 | 213 | 376 | 76 | 55 | 0 | 0 | 340 | 143 | 105 |
| Binary | 1100001 | 10001011 | 11111110 | 111110 | 101101 | 0 | 0 | 11100000 | 1100011 | 1000101 |
Color Harmonies of #618BFE
Complementary color
Monochromatic Colors of #618BFE
Black with #618BFE
Text Example
Text Example
White with #618BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BFE; }
p { color: rgb(97,139,254); }
H1.HeaderClassName
{
color: #618BFE;
}
.AnyTagClassName
{
color: #618BFE;
}
</style>
background-color css
<style>
a { background-color: #618BFE; }
a { background-color: rgb(97,139,254); }
div.DivClassName
{
background-color: #618BFE;
}
.BgClassName
{
background-color: #618BFE;
}
</style>
border-color css
<style>
span { border-color: #618BFE; }
span { border-color: rgb(97,139,254); }
td.TdClassName
{
border-color: #618BFE;
}
.TagClassName
{
border-color: #618BFE;
}
</style>