Html Css Color HEX #657EDC Cornflower Blue

📋 copy color: '#657EDC'

red 101 ◦ green 126 ◦ blue 220

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

Shades of Cornflower Blue #657EDC

Tints of Cornflower Blue #657EDC

RGB

 RED value IS 101 (39.84% from 255) = 22.6%

 GREEN value IS 126 (49.61% from 255) = 28.19%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 22.6%
G = 28.19%
B = 49.22%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#657EDC (or 0x657EDC) is known color: Cornflower Blue. HEX triplet: 65, 7E and DC. RGB value is (101,126,220). Sum of RGB (Red+Green+Blue) = 101+126+220=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #657EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657EDC is #9A8123. Grayscale: #808080. Windows color (decimal): -10125604 or 14450277. OLE color: 14450277.

HSL color Cylindrical-coordinate representation of color #657EDC: hue angle of 227.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #657EDC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 126 220 -
CMYK 0.54 0.43 0 0.14
HSL 227.4º 0.63% 0.63% -
HSV(B) 227.4º 0.54% 0.86% -
XYZ 25.75 22.86 70.76 -
YUV 129.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 101 126 220 0.54 0.43 0 0.14 227.4 0.63 0.63
Hex 65 7E DC 36 2B 0 E E3 3F 3F
Octal 145 176 334 66 53 0 16 343 77 77
Binary 1100101 1111110 11011100 110110 101011 0 1110 11100011 111111 111111

Color Harmonies of #657EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657EDC

Black with #657EDC

Text Example


Text Example

White with #657EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657EDC; }

 p { color: rgb(101,126,220); }

 H1.HeaderClassName
 {
   color: #657EDC;
 }
 .AnyTagClassName
 {
   color: #657EDC;
 }
</style>

background-color css

<style>
 a { background-color: #657EDC; }

 a { background-color: rgb(101,126,220); }

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

border-color css

<style>
 span { border-color: #657EDC; }

 span { border-color: rgb(101,126,220); }

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