Html Css Color HEX #618EDB Cornflower Blue

📋 copy color: '#618EDB'

red 97 ◦ green 142 ◦ blue 219

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

Shades of Cornflower Blue #618EDB

Tints of Cornflower Blue #618EDB

RGB

 RED value IS 97 (38.28% from 255) = 21.18%

 GREEN value IS 142 (55.86% from 255) = 31%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 21.18%
G = 31%
B = 47.82%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#618EDB (or 0x618EDB) is known color: Cornflower Blue. HEX triplet: 61, 8E and DB. RGB value is (97,142,219). Sum of RGB (Red+Green+Blue) = 97+142+219=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #618EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EDB is #9E7124. Grayscale: #888888. Windows color (decimal): -10383653 or 14388833. OLE color: 14388833.

HSL color Cylindrical-coordinate representation of color #618EDB: hue angle of 217.87º 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 #618EDB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 142 219 -
CMYK 0.56 0.35 0 0.14
HSL 217.87º 0.63% 0.62% -
HSV(B) 217.87º 0.56% 0.86% -
XYZ 27.39 27 70.79 -
YUV 137.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 97 142 219 0.56 0.35 0 0.14 217.87 0.63 0.62
Hex 61 8E DB 38 23 0 E DA 3F 3E
Octal 141 216 333 70 43 0 16 332 77 76
Binary 1100001 10001110 11011011 111000 100011 0 1110 11011010 111111 111110

Color Harmonies of #618EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618EDB

Black with #618EDB

Text Example


Text Example

White with #618EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #618EDB;
 }
 .AnyTagClassName
 {
   color: #618EDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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