Html Css Color HEX #618BDB Cornflower Blue

📋 copy color: '#618BDB'

red 97 ◦ green 139 ◦ blue 219

#618BDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #618BDB

Tints of Cornflower Blue #618BDB

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 value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#618BDB (or 0x618BDB) is known color: 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

RGB 97 139 219 -
CMYK 0.56 0.37 0 0.14
HSL 219.34º 0.63% 0.62% -
HSV(B) 219.34º 0.56% 0.86% -
XYZ 26.95 26.12 70.64 -
YUV 135.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 97 139 219 0.56 0.37 0 0.14 219.34 0.63 0.62
Hex 61 8B DB 38 25 0 E DB 3F 3E
Octal 141 213 333 70 45 0 16 333 77 76
Binary 1100001 10001011 11011011 111000 100101 0 1110 11011011 111111 111110

Color Harmonies of #618BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BDB

Black with #618BDB

Text Example


Text Example

White with #618BDB

Text Example


Text Example

HTML Codes & Css Web 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>