#618BDB

Color #618BDB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #618BDB

Tints of Cornflower Blue #618BDB

Color information

#618BDB (or 0x618BDB) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8B and DB. RGB value is (97,139,219). Sum of RGB (Red+Green+Blue) = 97+139+219=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #618BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BDB is #9E7424. Grayscale: #878787. Windows color (decimal): -10384421 or 14388065. OLE color: 14388065.

HSL color Cylindrical-coordinate representation of color #618BDB: hue angle of 219.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618BDB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97139219-
CMYK0.560.3700.14
HSL219.34º62.89%61.96%-
HSV(B)219.34º55.71%85.88%-
XYZ26.9526.1270.64-
YUV135.56175.09100.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=21.32%
G=30.55%
B=48.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971392190.560.3700.14219.3462.8961.96
Hex618BDB38250Edb3f3e
Octal14121333370450163337776
Binary110000110001011110110111110001001010111011011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618BDB; }

 p { color: rgb(97,139,219); }

 H1.HeaderClassName
 {
   color: #618BDB;
 }
 .AnyTagClassName
 {
   color: #618BDB;
 }
</style>
background-color css

<style>
 a { background-color: #618BDB; }

 a { background-color: rgb(97,139,219); }

 div.DivClassName
 {
   background-color: #618BDB;
 }
 .BgClassName
 {
   background-color: #618BDB;
 }
</style>
border-color css

<style>
 span { border-color: #618BDB; }

 span { border-color: rgb(97,139,219); }

 td.TdClassName
 {
   border-color: #618BDB;
 }
 .TagClassName
 {
   border-color: #618BDB;
 }
</style>