Html Css Color HEX #618DDB Cornflower Blue

📋 copy color: '#618DDB'

red 97 ◦ green 141 ◦ blue 219

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

Shades of Cornflower Blue #618DDB

Tints of Cornflower Blue #618DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

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

R = 21.23%
G = 30.85%
B = 47.92%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#618DDB (or 0x618DDB) is known color: Cornflower Blue. HEX triplet: 61, 8D and DB. RGB value is (97,141,219). Sum of RGB (Red+Green+Blue) = 97+141+219=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #618DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DDB is #9E7224. Grayscale: #888888. Windows color (decimal): -10383909 or 14388577. OLE color: 14388577.

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

Color convert

RGB 97 141 219 -
CMYK 0.56 0.36 0 0.14
HSL 218.36º 0.63% 0.62% -
HSV(B) 218.36º 0.56% 0.86% -
XYZ 27.24 26.71 70.74 -
YUV 136.74 174.42 99.66 -
System Red Green Blue C M Y K H S L
Decimal 97 141 219 0.56 0.36 0 0.14 218.36 0.63 0.62
Hex 61 8D DB 38 24 0 E DA 3F 3E
Octal 141 215 333 70 44 0 16 332 77 76
Binary 1100001 10001101 11011011 111000 100100 0 1110 11011010 111111 111110

Color Harmonies of #618DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DDB

Black with #618DDB

Text Example


Text Example

White with #618DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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