#617EF2

Color #617EF2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #617EF2

Tints of Cornflower Blue #617EF2

Color information

#617EF2 (or 0x617EF2) is unknown color: approx Cornflower Blue. HEX triplet: 61, 7E and F2. RGB value is (97,126,242). Sum of RGB (Red+Green+Blue) = 97+126+242=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 126 (49.61% from 255 or 27.10% 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 #617EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617EF2 is #9E810D. Grayscale: #828282. Windows color (decimal): -10387726 or 15892065. OLE color: 15892065.

HSL color Cylindrical-coordinate representation of color #617EF2: hue angle of 228º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #617EF2 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97126242-
CMYK0.600.4800.05
HSL228º84.8%66.47%-
HSV(B)228º59.92%94.9%-
XYZ28.4223.8787.11-
YUV130.55190.89104.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.86%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 242 (94.92% from 255) = 52.04%
R=20.86%
G=27.10%
B=52.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971262420.600.4800.0522884.866.47
Hex617EF23C3005e45542
Octal141176362746005344125102
Binary110000111111101111001011110011000001011110010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #617EF2;
 }
 .AnyTagClassName
 {
   color: #617EF2;
 }
</style>
background-color css

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

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

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

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

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

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