Html Css Color HEX #657EF2 Cornflower Blue

📋 copy color: '#657EF2'

red 101 ◦ green 126 ◦ blue 242

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

Shades of Cornflower Blue #657EF2

Tints of Cornflower Blue #657EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 21.54%
G = 26.87%
B = 51.6%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#657EF2 (or 0x657EF2) is known color: Cornflower Blue. HEX triplet: 65, 7E and F2. RGB value is (101,126,242). Sum of RGB (Red+Green+Blue) = 101+126+242=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #657EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657EF2 is #9A810D. Grayscale: #838383. Windows color (decimal): -10125582 or 15892069. OLE color: 15892069.

HSL color Cylindrical-coordinate representation of color #657EF2: hue angle of 229.36º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #657EF2 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 126 242 -
CMYK 0.58 0.48 0 0.05
HSL 229.36º 0.84% 0.67% -
HSV(B) 229.36º 0.58% 0.95% -
XYZ 28.85 24.1 87.14 -
YUV 131.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 101 126 242 0.58 0.48 0 0.05 229.36 0.84 0.67
Hex 65 7E F2 3A 30 0 5 E5 54 43
Octal 145 176 362 72 60 0 5 345 124 103
Binary 1100101 1111110 11110010 111010 110000 0 101 11100101 1010100 1000011

Color Harmonies of #657EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657EF2

Black with #657EF2

Text Example


Text Example

White with #657EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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