Html Css Color HEX #657AF2 Cornflower Blue

📋 copy color: '#657AF2'

red 101 ◦ green 122 ◦ blue 242

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

Shades of Cornflower Blue #657AF2

Tints of Cornflower Blue #657AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

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

R = 21.72%
G = 26.24%
B = 52.04%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#657AF2 (or 0x657AF2) is known color: Cornflower Blue. HEX triplet: 65, 7A and F2. RGB value is (101,122,242). Sum of RGB (Red+Green+Blue) = 101+122+242=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #657AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657AF2 is #9A850D. Grayscale: #808080. Windows color (decimal): -10126606 or 15891045. OLE color: 15891045.

HSL color Cylindrical-coordinate representation of color #657AF2: hue angle of 231.06º 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 #657AF2 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 122 242 -
CMYK 0.58 0.50 0 0.05
HSL 231.06º 0.84% 0.67% -
HSV(B) 231.06º 0.58% 0.95% -
XYZ 28.35 23.1 86.97 -
YUV 129.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 101 122 242 0.58 0.50 0 0.05 231.06 0.84 0.67
Hex 65 7A F2 3A 32 0 5 E7 54 43
Octal 145 172 362 72 62 0 5 347 124 103
Binary 1100101 1111010 11110010 111010 110010 0 101 11100111 1010100 1000011

Color Harmonies of #657AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657AF2

Black with #657AF2

Text Example


Text Example

White with #657AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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