Html Css Color HEX #618CDB Cornflower Blue

📋 copy color: '#618CDB'

red 97 ◦ green 140 ◦ blue 219

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

Shades of Cornflower Blue #618CDB

Tints of Cornflower Blue #618CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 21.27%
G = 30.7%
B = 48.03%

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

#618CDB (or 0x618CDB) is known color: Cornflower Blue. HEX triplet: 61, 8C and DB. RGB value is (97,140,219). Sum of RGB (Red+Green+Blue) = 97+140+219=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #618CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CDB is #9E7324. Grayscale: #878787. Windows color (decimal): -10384165 or 14388321. OLE color: 14388321.

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

Color convert

RGB 97 140 219 -
CMYK 0.56 0.36 0 0.14
HSL 218.85º 0.63% 0.62% -
HSV(B) 218.85º 0.56% 0.86% -
XYZ 27.09 26.41 70.69 -
YUV 136.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 97 140 219 0.56 0.36 0 0.14 218.85 0.63 0.62
Hex 61 8C DB 38 24 0 E DB 3F 3E
Octal 141 214 333 70 44 0 16 333 77 76
Binary 1100001 10001100 11011011 111000 100100 0 1110 11011011 111111 111110

Color Harmonies of #618CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CDB

Black with #618CDB

Text Example


Text Example

White with #618CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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