Shades of Cornflower Blue #618BDF
Tints of Cornflower Blue #618BDF
RGB
CMYK
RGB Variations
Color information
#618BDF (or 0x618BDF) is known color: Cornflower Blue. HEX triplet: 61, 8B and DF. RGB value is (97,139,223). Sum of RGB (Red+Green+Blue) = 97+139+223=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #618BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BDF is #9E7420. Grayscale: #878787. Windows color (decimal): -10384417 or 14650209. OLE color: 14650209.
HSL color Cylindrical-coordinate representation of color #618BDF: hue angle of 220º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #618BDF is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 139 | 223 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.13 |
| HSL | 220º | 0.66% | 0.63% | - |
| HSV(B) | 220º | 0.57% | 0.87% | - |
| XYZ | 27.48 | 26.33 | 73.45 | - |
| YUV | 136.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 223 | 0.57 | 0.38 | 0 | 0.13 | 220 | 0.66 | 0.63 |
| Hex | 61 | 8B | DF | 39 | 26 | 0 | D | DC | 42 | 3F |
| Octal | 141 | 213 | 337 | 71 | 46 | 0 | 15 | 334 | 102 | 77 |
| Binary | 1100001 | 10001011 | 11011111 | 111001 | 100110 | 0 | 1101 | 11011100 | 1000010 | 111111 |
Color Harmonies of #618BDF
Complementary color
Monochromatic Colors of #618BDF
Black with #618BDF
Text Example
Text Example
White with #618BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BDF; }
p { color: rgb(97,139,223); }
H1.HeaderClassName
{
color: #618BDF;
}
.AnyTagClassName
{
color: #618BDF;
}
</style>
background-color css
<style>
a { background-color: #618BDF; }
a { background-color: rgb(97,139,223); }
div.DivClassName
{
background-color: #618BDF;
}
.BgClassName
{
background-color: #618BDF;
}
</style>
border-color css
<style>
span { border-color: #618BDF; }
span { border-color: rgb(97,139,223); }
td.TdClassName
{
border-color: #618BDF;
}
.TagClassName
{
border-color: #618BDF;
}
</style>