Html Css Color HEX #618CDF Cornflower Blue

📋 copy color: '#618CDF'

red 97 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #618CDF

Tints of Cornflower Blue #618CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 21.09%
G = 30.43%
B = 48.48%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#618CDF (or 0x618CDF) is known color: Cornflower Blue. HEX triplet: 61, 8C and DF. RGB value is (97,140,223). Sum of RGB (Red+Green+Blue) = 97+140+223=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #618CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CDF is #9E7320. Grayscale: #888888. Windows color (decimal): -10384161 or 14650465. OLE color: 14650465.

HSL color Cylindrical-coordinate representation of color #618CDF: hue angle of 219.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #618CDF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 140 223 -
CMYK 0.57 0.37 0 0.13
HSL 219.52º 0.66% 0.63% -
HSV(B) 219.52º 0.57% 0.87% -
XYZ 27.63 26.63 73.5 -
YUV 136.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 97 140 223 0.57 0.37 0 0.13 219.52 0.66 0.63
Hex 61 8C DF 39 25 0 D DC 42 3F
Octal 141 214 337 71 45 0 15 334 102 77
Binary 1100001 10001100 11011111 111001 100101 0 1101 11011100 1000010 111111

Color Harmonies of #618CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CDF

Black with #618CDF

Text Example


Text Example

White with #618CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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