Html Css Color HEX #657FF2 Cornflower Blue

📋 copy color: '#657FF2'

red 101 ◦ green 127 ◦ blue 242

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

Shades of Cornflower Blue #657FF2

Tints of Cornflower Blue #657FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

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

R = 21.49%
G = 27.02%
B = 51.49%

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

#657FF2 (or 0x657FF2) is known color: Cornflower Blue. HEX triplet: 65, 7F and F2. RGB value is (101,127,242). Sum of RGB (Red+Green+Blue) = 101+127+242=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #657FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #657FF2 is #9A800D. Grayscale: #838383. Windows color (decimal): -10125326 or 15892325. OLE color: 15892325.

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

Color convert

RGB 101 127 242 -
CMYK 0.58 0.48 0 0.05
HSL 228.94º 0.84% 0.67% -
HSV(B) 228.94º 0.58% 0.95% -
XYZ 28.98 24.36 87.18 -
YUV 132.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 101 127 242 0.58 0.48 0 0.05 228.94 0.84 0.67
Hex 65 7F F2 3A 30 0 5 E5 54 43
Octal 145 177 362 72 60 0 5 345 124 103
Binary 1100101 1111111 11110010 111010 110000 0 101 11100101 1010100 1000011

Color Harmonies of #657FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657FF2

Black with #657FF2

Text Example


Text Example

White with #657FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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